listDeadLetters abstract method
Lists dead letter queue entries for queue, returning up to limit
results starting at offset. Entries are typically ordered from newest
to oldest unless documented otherwise by the implementation.
Implementation
Future<DeadLetterPage> listDeadLetters(
String queue, {
int limit = 50,
int offset = 0,
});