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