addToStreamQueue method

void addToStreamQueue(
  1. EntertainmentStreamCommand command
)

Adds a command to the stream queue.

Implementation

void addToStreamQueue(EntertainmentStreamCommand command) =>
    _entertainmentStream.addToQueue(command);