remove abstract method

Future<void> remove(
  1. String id
)

Remove a failed job from the DLQ

Implementation

Future<void> remove(String id);