connect method

Future<Map?> connect(
  1. String deviceId,
  2. int timeout
)

Implementation

Future<Map<dynamic, dynamic>?> connect(String deviceId, int timeout) {
  throw UnimplementedError('connect() has not been implemented.');
}