A Notifier is something that can notify subscribed parties of a change.
If the notifier represents a value that has meaning outside of updates, look
at ValueNotifier.
If relevant, the following pattern can be used to only expose the subscribe function:
A Notifier is something that can notify subscribed parties of a change. If the notifier represents a value that has meaning outside of updates, look at
ValueNotifier.If relevant, the following pattern can be used to only expose the
subscribefunction:or