getQueueStats method

Future<Map<String, dynamic>> getQueueStats()

Gets task queue statistics

Returns a Map with fields: pendingCount, activeCount, maxConcurrent, maxQueueSize

Implementation

Future<Map<String, dynamic>> getQueueStats() {
  throw UnimplementedError('getQueueStats() has not been implemented.');
}