isUsbConnected method

Future<bool> isUsbConnected()

Implementation

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