menu
neom_core package
documentation
data/implementations/maps_controller.dart
MapsController
onDelete method
onDelete method
dark_mode
light_mode
onDelete
method
@
mustCallSuper
@
nonVirtual
void
onDelete
(
)
inherited
Implementation
@mustCallSuper @nonVirtual void onDelete() { if (_isClosed) return; _isClosed = true; onClose(); }
neom_core package
documentation
data/implementations/maps_controller
MapsController
onDelete method
MapsController class