send email to current user email in flutter
In this code send email to specific email but I want send email to current user email I connect my project with firebase. sendMail() async { String username = '[email protected]'; String password = 'axneqgkraxm'; final smtpServer = gmail(username, password); final…