dispose method
- @mustCallSuper
@mustCallSuper
Closes the underlying stream. Inheriting classes that overload this method must call super.dispose()
.
Implementation
@mustCallSuper
void dispose() {
_subject.close();
}
Closes the underlying stream. Inheriting classes that overload this method must call super.dispose()
.
@mustCallSuper
void dispose() {
_subject.close();
}