Clears all jobs from the specified queue.
queue
Future<void> clear([String queue = 'default']) async { await driver.clear(queue); }