static void notify(String name, {Object? value}) { final notifier = of(name); notifier._notify(value); }