updateConnectionState method
Mirrors the state of the attached terminal.
Implementation
void updateConnectionState(Object owner, TerminalConnectionState state) {
if (!identical(_owner, owner)) return;
_connectionState = state;
}
Mirrors the state of the attached terminal.
void updateConnectionState(Object owner, TerminalConnectionState state) {
if (!identical(_owner, owner)) return;
_connectionState = state;
}