EmailAddressAuthenticationGoogleId constructor
const
EmailAddressAuthenticationGoogleId({
- required String token,
An authentication token received through Google emailAddressAuthenticationGoogleId
Implementation
const EmailAddressAuthenticationGoogleId({
required this.token,
});