queueInsertItems abstract method

Future<void> queueInsertItems(
  1. List<GoogleCastQueueItem> items, {
  2. int? beforeItemWithId,
})

Inserts items into the queue.

Implementation

Future<void> queueInsertItems(
  List<GoogleCastQueueItem> items, {
  int? beforeItemWithId,
});