fetchStyles method
Retrieves a collection of styles using the PortalInfo.stylesGroupQuery 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 styles.
Implementation
Future<List<PortalItem>> fetchStyles() => _portalHelper.fetchStyles();