removeQueueItemAt method

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

Remove media item from the queue at the specified index.

Implementation

@override
Future<void> removeQueueItemAt(int index) async {}