connect method

Future<void> connect()

Establishes a connection to the Nimmsta device.

Implementation

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