isAuthenticatorRFIDAvailableForUse property

Future<bool> get isAuthenticatorRFIDAvailableForUse

Allows you to check if you can use external Regula Bluetooth devices based on your license and Core framework capabilities.

Returns true if external Regula Bluetooth is supported.

Implementation

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