getRfidScenario static method

Future getRfidScenario()

Implementation

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