menu
maas package
documentation
uses/auth/controller.dart
MultiFactorLoginNotifier
changePassword method
changePassword method
dark_mode
light_mode
changePassword
method
void
changePassword
(
String
value
)
Implementation
void changePassword(String value) { state = state.copyWith(password: value); resetSubmitSlide(); }
maas package
documentation
uses/auth/controller
MultiFactorLoginNotifier
changePassword method
MultiFactorLoginNotifier class