developerBasemaps method

Future<List<Basemap>> developerBasemaps()

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

Implementation

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