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