getInstalledMaps method

Future<List<MapType>> getInstalledMaps()

Returns the list of MapTypes that have native apps installed. Returns an empty list on platforms that don't support app detection.

Implementation

Future<List<MapType>> getInstalledMaps() {
  throw UnimplementedError('getInstalledMaps() has not been implemented.');
}