isLocationServiceEnabled method

Future<bool> isLocationServiceEnabled()

Check if location services are enabled

Implementation

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