menu
neomage package
documentation
data/commands/builtin/thinkback_command.dart
ThinkbackController
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(); }
neomage package
documentation
data/commands/builtin/thinkback_command
ThinkbackController
onDelete method
ThinkbackController class