stopRFIDReaderWithErrorMessage static method

Future stopRFIDReaderWithErrorMessage(
  1. dynamic message
)

Implementation

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