isLocationServiceEnabled method

Future<bool> isLocationServiceEnabled()

Check device location service is enabled

Implementation

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