isMapAvailable method
Returns true
if the map app of type mapType
is installed on the device,
false
otherwise.
Implementation
Future<bool> isMapAvailable(MapType mapType) async {
throw UnimplementedError('isMapAvailable() has not been implemented.');
}