healthStateChanges property

Stream<ConnectionHealthState> get healthStateChanges

Stream of health state changes

Implementation

Stream<ConnectionHealthState> get healthStateChanges => _healthStateController.stream;