Authentication constructor
Authentication({
- CustomAccount? customAccount,
- GoogleAccount? googleAccount,
- IapCredential? iapCredential,
Implementation
Authentication({this.customAccount, this.googleAccount, this.iapCredential});