addToStreamQueue method
Adds a command to the stream queue.
Implementation
void addToStreamQueue(EntertainmentStreamCommand command) =>
_entertainmentStream.addToQueue(command);
Adds a command to the stream queue.
void addToStreamQueue(EntertainmentStreamCommand command) =>
_entertainmentStream.addToQueue(command);