Authyra typedef
Authyra = AuthyraInstance
Short alias for AuthyraInstance.
await Authyra.initialize(client: client);
Authyra.instance.signIn('google');
Implementation
typedef Authyra = AuthyraInstance;
Short alias for AuthyraInstance.
await Authyra.initialize(client: client);
Authyra.instance.signIn('google');
typedef Authyra = AuthyraInstance;