checkGpsConnectivity method

Future<bool> checkGpsConnectivity()

Checks the connection status of the device.

Implementation

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