checkConnectivity method

Future<List<ConnectivityResult>> checkConnectivity()

Checks the connection status of the device.

Implementation

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