watchRecovery abstract method

Stream<void> watchRecovery({
  1. required bool triggerImmediately,
})

Watch for changes to the recovery system

Useful to update UI only when required, for example, in a StreamBuilder. Whenever this has an event, it is likely the other statistics will have changed.

Implementation

Stream<void> watchRecovery({
  required bool triggerImmediately,
});