removeWhere method
Remove items matching a condition.
Implementation
void removeWhere(bool Function(BaseNarrativeModel) test) {
_queue.removeWhere(test);
}
Remove items matching a condition.
void removeWhere(bool Function(BaseNarrativeModel) test) {
_queue.removeWhere(test);
}