queueInsertItems abstract method
- List<
GoogleCastQueueItem> items, { - int? beforeItemWithId,
Inserts items into the queue.
Implementation
Future<void> queueInsertItems(
List<GoogleCastQueueItem> items, {
int? beforeItemWithId,
});
Inserts items into the queue.
Future<void> queueInsertItems(
List<GoogleCastQueueItem> items, {
int? beforeItemWithId,
});