enableLocationServices method

Future<void> enableLocationServices()

Implementation

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