stopRFIDReader static method
Implementation
static Future<dynamic> stopRFIDReader() async {
return await _channel.invokeMethod("stopRFIDReader", []);
}
static Future<dynamic> stopRFIDReader() async {
return await _channel.invokeMethod("stopRFIDReader", []);
}