removeQueueItemAt method

  1. @override
  2. @mustCallSuper
Future<void> removeQueueItemAt(
  1. int index
)
override

Remove media item from the queue at the specified index.

Implementation

@override
@mustCallSuper
Future<void> removeQueueItemAt(int index) => _inner.removeQueueItemAt(index);