menu
khadem package
documentation
queue.dart
InMemoryDeadLetterQueue
count method
count method
dark_mode
light_mode
count
method
@
override
Future
<
int
>
count
(
)
override
Get the total count of failed jobs
Implementation
@override Future<int> count() async { return _jobs.length; }
khadem package
documentation
queue
InMemoryDeadLetterQueue
count method
InMemoryDeadLetterQueue class