onHealthChange property
Stream<ConnectionHealth>
get
onHealthChange
Stream of health status changes
Implementation
Stream<ConnectionHealth> get onHealthChange => _healthController.stream;
Stream of health status changes
Stream<ConnectionHealth> get onHealthChange => _healthController.stream;