menu
pmvvm package
documentation
view_model.dart
ViewModel
onInactive method
onInactive method
dark_mode
light_mode
onInactive
method
void
onInactive
(
)
A callback when the application is in an inactive state and is not receiving user input.
For
IOS
only.
Implementation
void onInactive() {}
pmvvm package
documentation
view_model
ViewModel
onInactive method
ViewModel class