count method

  1. @override
Future<int> count()
override

Get the total count of failed jobs

Implementation

@override
Future<int> count() async {
  return _jobs.length;
}