installedMaps property
Future<List<AvailableMap> >
get
installedMaps
Returns a list of AvailableMap objects representing the map apps currently installed on the device.
Implementation
Future<List<AvailableMap>> get installedMaps async {
throw UnimplementedError('installedMaps has not been implemented.');
}