MagicSessionEvent constructor

MagicSessionEvent({
  1. String? email,
  2. String? userName,
  3. AppKitSocialOption? provider,
  4. String? address,
  5. String? chainId,
})

Implementation

MagicSessionEvent({
  this.email,
  this.userName,
  this.provider,
  this.address,
  this.chainId,
});