isRFIDAvailableForUse method

Future<bool> isRFIDAvailableForUse()

Allows you to check if RFID chip reading can be performed based on your license and Core framework capabilities.

Implementation

Future<bool> isRFIDAvailableForUse() async {
  return await _bridge.invokeMethod("getIsRFIDAvailableForUse", []);
}