addAllToStreamQueue method
Adds a list of commands to the stream queue.
Implementation
void addAllToStreamQueue(List<EntertainmentStreamCommand> commands) =>
    _entertainmentStream.addAllToQueue(commands);Adds a list of commands to the stream queue.
void addAllToStreamQueue(List<EntertainmentStreamCommand> commands) =>
    _entertainmentStream.addAllToQueue(commands);