Checks the connection status of the device.
@override Future<bool> checkGpsConnectivity() async { return methodChannel.invokeMethod('check').then<bool>((value) => value); }