prune abstract method

Future<int> prune({
  1. Duration? olderThan,
})

Prune old failed jobs

Implementation

Future<int> prune({Duration? olderThan});