connect method
Establishes a connection to the Nimmsta device.
Implementation
Future<void> connect() {
throw UnimplementedError('connect() has not been implemented.');
}
Establishes a connection to the Nimmsta device.
Future<void> connect() {
throw UnimplementedError('connect() has not been implemented.');
}