onStatusChange property
A stream that emits NetworkStatus updates whenever a periodic check completes.
This is useful for building reactive UIs that show "Offline" banners or quality indicators.
Implementation
Stream<NetworkStatus> get onStatusChange => _statusController.stream;