isAuthenticatorAvailableForUse property

Future<bool> get isAuthenticatorAvailableForUse

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

Returns true if available.

Implementation

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