removeMatchers method

DataCollectionState<T> removeMatchers(
  1. Iterable<String> matcherKeys
)

Implementation

DataCollectionState<T> removeMatchers(Iterable<String> matcherKeys) {
  return _emitState(_removeMatchers(matcherKeys));
}