menu
flower package
documentation
state_manager/src/controller/lifecycle.dart
LifeCycleMixin
onDelete method
onDelete method
dark_mode
light_mode
onDelete
method
@
mustCallSuper
@
nonVirtual
void
onDelete
(
)
Implementation
@mustCallSuper @nonVirtual void onDelete() { if (_isClosed) return; _isClosed = true; onClose(); }
flower package
documentation
state_manager/src/controller/lifecycle
LifeCycleMixin
onDelete method
LifeCycleMixin mixin