checkLocationEnabled method

Future<bool> checkLocationEnabled()

Implementation

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