basemaps method
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();
A Future that completes with an array of Basemap objects within the basemap gallery group. See PortalInfo.basemapGalleryGroupQuery.
Future<List<Basemap>> basemaps() => _portalHelper.basemaps();