menu
gnums_utility_widgets package
documentation
applock/app_state.dart
AppState
unauthenticate method
unauthenticate method
dark_mode
light_mode
unauthenticate
method
void
unauthenticate
(
)
Implementation
void unauthenticate() { _isAuthenticated = false; notifyListeners(); }
gnums_utility_widgets package
documentation
applock/app_state
AppState
unauthenticate method
AppState class