basemaps method

Future<List<Basemap>> basemaps()

A Future that completes with an array of Basemap objects within the basemap gallery group. See PortalInfo.basemapGalleryGroupQuery.

Implementation

Future<List<Basemap>> basemaps() => _portalHelper.basemaps();