remove method

void remove()

Removes this match from its active capture stream. Captures already returned remain returned; later captures sharing this handle are skipped.

Implementation

void remove() => _removedState[this] = true;