close method
Closes the current instance. The returned future completes when the instance has been closed.
Implementation
@override
void close() {
return closable.dispose();
}
Closes the current instance. The returned future completes when the instance has been closed.
@override
void close() {
return closable.dispose();
}