menu
mastro package
documentation
core/view.dart
MastroView<T extends MastroBox<MastroEvent>>
onInactive method
onInactive method
dark_mode
light_mode
onInactive
method
void
onInactive
(
BuildContext
context
,
T
box
)
Called when the app becomes inactive.
Implementation
void onInactive(BuildContext context, T box) {}
mastro package
documentation
core/view
MastroView<T extends MastroBox<MastroEvent>>
onInactive method
MastroView class