isLocationServicesEnabled method

Future<bool> isLocationServicesEnabled()

Whether location services are enabled.

Implementation

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