flushChannelQueue method
Empties the queue for the given channel only.
Implementation
void flushChannelQueue(int channel) =>
_entertainmentStream.flushQueueChannel(channel);
Empties the queue for the given channel only.
void flushChannelQueue(int channel) =>
_entertainmentStream.flushQueueChannel(channel);