menu
screen_protector package
documentation
lifecycle/lifecycle_state.dart
LifecycleState<T extends StatefulWidget>
onRestart method
onRestart method
dark_mode
light_mode
onRestart
method
void
onRestart
(
)
Implementation
void onRestart() { if (kDebugMode) { print("on restart"); } }
screen_protector package
documentation
lifecycle/lifecycle_state
LifecycleState<T extends StatefulWidget>
onRestart method
LifecycleState class