@override void notify<T>({required String key, T? data, Type? source}) { _streamController.add(NotifierData<T>(key, data, source)); }