push abstract method

Future<void> push(
  1. Job job, [
  2. String queue = 'default'
])

Pushes a job onto the specified queue.

Implementation

Future<void> push(Job job, [String queue = 'default']);