checkGPS method

Future<bool> checkGPS()

Implementation

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