size abstract method

Future<int> size([
  1. String queue = 'default'
])

Returns the number of pending jobs in the queue.

Implementation

Future<int> size([String queue = 'default']);