menu
firedart package
documentation
auth/firebase_auth.dart
FirebaseAuth
resetPassword method
resetPassword method
dark_mode
light_mode
resetPassword
method
Future
<
void
>
resetPassword
(
String
email
)
Implementation
Future<void> resetPassword(String email) => _authGateway.resetPassword(email);
firedart package
documentation
auth/firebase_auth
FirebaseAuth
resetPassword method
FirebaseAuth class