connectionChanges property

Stream<bool> get connectionChanges
inherited

Exposes the connection state stream maintained by the client.

Implementation

Stream<bool> get connectionChanges => _client.connectionChanges;