closeUsbSerial method

Future<bool?> closeUsbSerial()

Implementation

Future<bool?> closeUsbSerial() {
  return FlutterUsbDeviceManagePlatform.instance.rfidCloseUsbSerial();
}