onRemoved property

void Function(T)? onRemoved
final

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

Implementation

final void Function(T)? onRemoved;