enableLocationServices method

Future<bool?> enableLocationServices()

Implementation

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