isConnected method

Future<bool?> isConnected()

Checks if the Nimmsta device is currently connected.

Returns true if connected, false otherwise, or null if unsupported.

Implementation

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