isConnected property
override
Whether the device on the other end is connected.
Implementation
@override
bool get isConnected => destination != null;
Whether the device on the other end is connected.
@override
bool get isConnected => destination != null;