fromEmail property
fromEmail is a optional parameter which is used to set default email address
before navigating to the FeedbackScreen. Usually the email can be obtained by FirebaseAuth
Implementation
final String? fromEmail;
fromEmail is a optional parameter which is used to set default email address
before navigating to the FeedbackScreen. Usually the email can be obtained by FirebaseAuth
final String? fromEmail;