startRFIDReader static method

Future startRFIDReader()

Implementation

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