isConnected property

Stream<bool> get isConnected

Implementation

Stream<bool> get isConnected => dataConn.onConnectionChange;