isLocationEnabled method

Future<Map?> isLocationEnabled()

Implementation

Future<Map<dynamic, dynamic>?> isLocationEnabled() {
  throw UnimplementedError('isLocationEnabled() has not been implemented.');
}