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