menu
refreshed package
documentation
get_instance/src/lifecycle.dart
GetLifeCycleMixin
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(); }
refreshed package
documentation
get_instance/src/lifecycle
GetLifeCycleMixin
onDelete method
GetLifeCycleMixin mixin