Closable class abstract
An object that must be closed when no longer in use.
Constructors
- Closable()
Properties
Methods
-
close(
) → FutureOr< void> - Closes the current instance. The returned future completes when the instance has been 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