onAdded property

void Function(T)? onAdded
final

Callback, called when the provided T item is added via watch.

Implementation

final void Function(T)? onAdded;