fetchLegendInfos

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

Fetches the list of legend info.

Return

A Result. A ListImpl of LegendInfo is returned asynchronously by the task. A null is returned if an error occurs.

Since

200.1.0