clear abstract method

Future<void> clear(
  1. String queue
)

Clear all jobs from a queue

Implementation

Future<void> clear(String queue);