isConnected property

  1. @override
ValueStream<bool> isConnected

Fires whenever the connection state changes.

Only shows whether the device is REALLY connected to the network or not.

Implementation

@override
ValueStream<bool> get isConnected => throw UnimplementedError();