isConnected property
bool
get
isConnected
current connection state if connection is open
Implementation
bool get isConnected =>
this.relayTransport != null && this.relayTransport!.isOpen();
current connection state if connection is open
bool get isConnected =>
this.relayTransport != null && this.relayTransport!.isOpen();