isMapAvailable method

Future<bool> isMapAvailable(
  1. MapType mapType
)

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.');
}