email property
String?
get
email
The users email address.
Will be null
if signing in anonymously.
Implementation
String? get email {
return _delegate.email;
}
The users email address.
Will be null
if signing in anonymously.
String? get email {
return _delegate.email;
}