removeMatcher method

DataCollectionState<T> removeMatcher(
  1. String matcherKey
)

Implementation

DataCollectionState<T> removeMatcher(String matcherKey) {
  return _emitState(_removeMatchers([matcherKey]));
}