connectUsb method

Future<bool> connectUsb({
  1. int timeout = 20000,
})

Connect via USB.

Implementation

Future<bool> connectUsb({int timeout = 20000}) {
  throw UnimplementedError('connectUsb() has not been implemented.');
}