HasCloser class abstract
to have ability to extend on GeneralCloser because dart mixins is not extendable
- Available extensions
Constructors
Properties
Methods
-
doOnClose(
void onClose()) → void -
Available on HasCloser, provided by the HasCloserDoOnCloseExt extension
Adds custom actions to be executed when the associatedCloser
is closed. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited