auth property
Implementation
Auth auth = Auth(Passkeys(
() => RowndPlatform.instance.auth.passkeys.register(),
() => RowndPlatform.instance.auth.passkeys.authenticate()));
Auth auth = Auth(Passkeys(
() => RowndPlatform.instance.auth.passkeys.register(),
() => RowndPlatform.instance.auth.passkeys.authenticate()));