checkUsbState method

Future<int?> checkUsbState()

Implementation

Future<int?> checkUsbState() {
  throw UnimplementedError("Check usb state has not been implemented.");
}