onConnectivityChanged property

  1. @override
ValueStream<ConnectivityStatus> onConnectivityChanged

Fires whenever the connectivity state changes.

Please note that it will not let you know about state of the REAL network connection.

Implementation

@override
ValueStream<ConnectivityStatus> get onConnectivityChanged =>
    throw UnimplementedError();