requestService method

Future<bool> requestService()

Request the activation of the location service.

Implementation

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