onConnectivityChanged property

Stream<List<ConnectivityResult>> onConnectivityChanged

Returns a Stream of ConnectivityResults changes.

Implementation

Stream<List<ConnectivityResult>> get onConnectivityChanged {
  throw UnimplementedError(
      'get onConnectivityChanged has not been implemented.');
}