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