menu
flutter_firebase_helper package
documentation
firebase/authentication_service.dart
AuthenticationService
resetPassword method
resetPassword method
dark_mode
light_mode
resetPassword
method
Future
resetPassword
(
String
email
)
Implementation
Future resetPassword(String email) async { await _auth.sendPasswordResetEmail(email: email); }
flutter_firebase_helper package
documentation
firebase/authentication_service
AuthenticationService
resetPassword method
AuthenticationService class