redundantOpCount method

  1. @visibleForTesting
Future<int> redundantOpCount()

Implementation

@visibleForTesting
Future<int> redundantOpCount() => _lock.synchronized(() => _redundantOpCount);