fetchSymbolSets method

Future<List<PortalItem>> fetchSymbolSets()

Retrieves a collection of symbol sets using the PortalInfo.symbolSetsGroupQuery query string.

The result is an unmodifiable list of PortalItem objects. Note: the collection size is limited to 25.

Returns: A Future that provides PortalItem objects for the symbol sets.