serviceEnabled method

Future<bool> serviceEnabled()

Checks if the location service is enabled.

Implementation

Future<bool> serviceEnabled() {
  throw UnimplementedError();
}