connect method

Future<bool> connect(
  1. DeviceInfo deviceInfo,
  2. int baudRate
)

Implementation

Future<bool> connect(DeviceInfo deviceInfo, int baudRate) {
  throw UnimplementedError('connect() has not been implemented.');
}