unignoreType method
Removes the filter added with ignoreType.
Implementation
void unignoreType(Type type) {
_typeFilters.remove(type);
if (_typeFilters.isEmpty) {
_filters.remove(_shouldIgnoreByType);
}
}
Removes the filter added with ignoreType.
void unignoreType(Type type) {
_typeFilters.remove(type);
if (_typeFilters.isEmpty) {
_filters.remove(_shouldIgnoreByType);
}
}