removeQueueItemAt abstract method

Future<void> removeQueueItemAt(
  1. int index
)

Remove media item from the queue at the specified index.

Implementation

Future<void> removeQueueItemAt(int index);