connect method

Future<bool> connect()

Connects to the MSR605X device.

Implementation

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