Authentication constructor

Authentication({
  1. CustomAccount? customAccount,
  2. GoogleAccount? googleAccount,
  3. IapCredential? iapCredential,
})

Implementation

Authentication({
  this.customAccount,
  this.googleAccount,
  this.iapCredential,
});