isConnected property

  1. @override
bool get isConnected

Whether this socket has a stable connection to the device.

Implementation

@override
bool get isConnected => connectionStrength.value > 0;