queueInsertItemAndPlay abstract method

Future<void> queueInsertItemAndPlay(
  1. GoogleCastQueueItem item, {
  2. required int beforeItemWithId,
})

Inserts an item into the queue and plays it.

Implementation

Future<void> queueInsertItemAndPlay(
  GoogleCastQueueItem item, {
  required int beforeItemWithId,
});