close method
Closes this stream. This is necessary for the AsyncWorkerLoop to exit.
Implementation
@override
void close() {
_controller.close();
}
Closes this stream. This is necessary for the AsyncWorkerLoop to exit.
@override
void close() {
_controller.close();
}