remove method

void remove(
  1. BaseNarrativeModel item
)

Remove a specific item from the queue.

Implementation

void remove(BaseNarrativeModel item) => _queue.remove(item);