dispose method
void
dispose()
Disposes of the ZModemMux, cancelling subscriptions and closing streams.
Implementation
void dispose() {
_timeoutTimer?.cancel();
_timeoutTimer = null;
_stdoutSubscription.cancel();
_terminalSink.close();
}