Authenticator constructor
Authenticator({
- required NativeSecureStorage secureStorage,
- OnRevoke? onRevoke,
Implementation
factory Authenticator({
required NativeSecureStorage secureStorage,
OnRevoke? onRevoke,
}) = _Authenticator;