isLocationServiceEnabled method

Future<bool> isLocationServiceEnabled()

Implementation

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