addAllToStreamQueue method

void addAllToStreamQueue(
  1. List<EntertainmentStreamCommand> commands
)

Adds a list of commands to the stream queue.

Implementation

void addAllToStreamQueue(List<EntertainmentStreamCommand> commands) =>
    _entertainmentStream.addAllToQueue(commands);