get abstract method

Future<FailedJob?> get(
  1. String id
)

Retrieve a failed job by ID

Implementation

Future<FailedJob?> get(String id);