MagicSessionEvent constructor
MagicSessionEvent({
- String? email,
- String? userName,
- AppKitSocialOption? provider,
- String? address,
- String? chainId,
Implementation
MagicSessionEvent({
this.email,
this.userName,
this.provider,
this.address,
this.chainId,
});