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