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