clearQueue method

void clearQueue()

Implementation

void clearQueue() {
  _media = [];
}