isLocationServicesEnabled method

Future<bool> isLocationServicesEnabled()

Whether location services are enabled.

Implementation

Future<bool> isLocationServicesEnabled() async {
  return await _methodChannel.invokeMethod('isLocationServicesEnabled');
}