getUserEmail property
Optional callback that is called when the user email is needed.
Example:
getUserEmail: (context) => 'user@example.com'
Implementation
final String Function(BuildContext context)? getUserEmail;
Optional callback that is called when the user email is needed.
Example:
getUserEmail: (context) => 'user@example.com'
final String Function(BuildContext context)? getUserEmail;