menu
kangpro_app_common package
documentation
features/auth/enum/authentication_state_extension.dart
AuthenticationStateExtension
fromInt static method
fromInt static method
dark_mode
light_mode
fromInt
static method
AuthenticationState
fromInt
(
int
value
)
Implementation
static AuthenticationState fromInt(int value) { return AuthenticationState.values[value]; }
kangpro_app_common package
documentation
features/auth/enum/authentication_state_extension
AuthenticationStateExtension
fromInt static method
AuthenticationStateExtension extension on
AuthenticationState