stopRFIDReader static method

Future stopRFIDReader()

Implementation

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