isGPSEnabled method

  1. @override
Future<bool?> isGPSEnabled()
override

Return true if GPS is enabled on the device

Implementation

@override
Future<bool?> isGPSEnabled() {
  return _api.isGPSEnabled();
}