getAsyncWorkerPoolStats abstract method

  1. @Deprecated('Use getWorkerPoolStats() — returns null in sync mode instead of ' 'Failure. Will be removed in a future major release.')
Future<Result<AsyncWorkerPoolStats>> getAsyncWorkerPoolStats()

Implementation

@Deprecated(
  'Use getWorkerPoolStats() — returns null in sync mode instead of '
  'Failure. Will be removed in a future major release.',
)
Future<Result<AsyncWorkerPoolStats>> getAsyncWorkerPoolStats();