remove property
void Function(T item)
remove
getter/setter pair
Removes the given item from the stream's list of items.
Implementation
late void Function(T item) remove;
Removes the given item from the stream's list of items.
late void Function(T item) remove;