userEmail property
String?
get
userEmail
Returns the email of the authenticated user (if available).
Implementation
String? get userEmail => user?['email'] as String?;
Returns the email of the authenticated user (if available).
String? get userEmail => user?['email'] as String?;