menu
flutter_common_yy_ui package
documentation
home/Second.dart
SecondPageState
onPause method
onPause method
dark_mode
light_mode
onPause
method
@
override
void
onPause
(
)
override
Implementation
@override void onPause() { print("Second OnPause"); super.onPause(); }
flutter_common_yy_ui package
documentation
home/Second
SecondPageState
onPause method
SecondPageState class