notifyListenerTarget method
Only for ElementRebuildable. Noop for others.
Notifies that a new BaseNotifier is being listened.
This should be called within a build method so it can unwatch
old notifiers in the next microtask.
Implementation
@override
@nonVirtual
void notifyListenerTarget(BaseNotifier notifier) {}