checkLocationEnabled method

Future<String?> checkLocationEnabled()

Implementation

Future<String?> checkLocationEnabled() {
  throw UnimplementedError(
      'checkLocationEnabled() has not been implemented.');
}