isEnabled method

Future<bool> isEnabled()

Implementation

Future<bool> isEnabled() async {
  return await Geolocator.isLocationServiceEnabled();
}