connect method

Future<void> connect(
  1. String deviceId
)

连接指定设备。

Implementation

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