flushChannelQueue method

void flushChannelQueue(
  1. int channel
)

Empties the queue for the given channel only.

Implementation

void flushChannelQueue(int channel) =>
    _entertainmentStream.flushQueueChannel(channel);