stopRFIDReader method
Used to stop the scanning process.
Implementation
Future<void> stopRFIDReader() async {
await _bridge.invokeMethod("stopRFIDReader", []);
}
Used to stop the scanning process.
Future<void> stopRFIDReader() async {
await _bridge.invokeMethod("stopRFIDReader", []);
}