queueLoadItems abstract method

Future<void> queueLoadItems(
  1. List<GoogleCastQueueItem> queueItems, {
  2. GoogleCastQueueLoadOptions? options,
})

Loads queue items on the remote media client.

Implementation

Future<void> queueLoadItems(
  List<GoogleCastQueueItem> queueItems, {
  GoogleCastQueueLoadOptions? options,
});