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