getQueue abstract method

Future<List<QueueItem>> getQueue({
  1. int? limit,
})

Implementation

Future<List<QueueItem>> getQueue({int? limit});