menu
sfwf package
documentation
core/lifecycle.dart
AppLifecycleHook
onStateChanged abstract method
onStateChanged abstract method
dark_mode
light_mode
onStateChanged
abstract method
void
onStateChanged
(
AppLifecycleState
state
)
Called when the application lifecycle state changes.
Implementation
void onStateChanged(AppLifecycleState state);
sfwf package
documentation
core/lifecycle
AppLifecycleHook
onStateChanged abstract method
AppLifecycleHook class