refresh abstract method

void refresh()

Triggers a notification without changing the value.

This ensures that all current listeners are notified of the current state, and any associated streams emit the latest value.

Implementation

void refresh();