stopRead method

Future<bool?> stopRead()

Implementation

Future<bool?> stopRead() {
  return FlutterUsbDeviceManagePlatform.instance.rfidStopRead();
}