fetchLegendInfos

abstract suspend fun fetchLegendInfos(): Result<List<LegendInfo>>

Fetches the list of legend info.

Return

A Result containing a collection of LegendInfo.

Since

200.1.0