queueLoadItems abstract method
- List<
GoogleCastQueueItem> queueItems, { - GoogleCastQueueLoadOptions? options,
Loads queue items on the remote media client.
Implementation
Future<void> queueLoadItems(
List<GoogleCastQueueItem> queueItems, {
GoogleCastQueueLoadOptions? options,
});