Queue constructor

Queue({
  1. required QueueDriver driver,
})

Creates a new Queue instance with the given driver.

Implementation

Queue({required this.driver});