isAuthenticatorAvailableForUse property

Future<bool> isAuthenticatorAvailableForUse

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

Android only.

Implementation

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