Send an item to the subscriptions.
@override void add(T? item) { _lastItem = item; super.add(item); }