checkGPSIsOpen method

Future<bool?> checkGPSIsOpen()

Implementation

Future<bool?> checkGPSIsOpen() async {
  throw UnimplementedError('checkGPSIsOpen() has not been implemented.');
}