connectUSB method

Future<bool> connectUSB(
  1. String address
)

Implementation

Future<bool> connectUSB(String address) {
  throw UnimplementedError('connectUSB() has not been implemented.');
}