isRFIDAvailableForUse static method

Future isRFIDAvailableForUse()

Implementation

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