isConnected property
- @override
Whether this socket has a stable connection to the device
.
Implementation
@override
bool get isConnected => connectionStrength.value > 0;
Whether this socket has a stable connection to the device
.
@override
bool get isConnected => connectionStrength.value > 0;