checkConnectivity method

Future<ConnectivityResult> checkConnectivity()

Checks the connection status of the device.

Implementation

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