hasPendingSendWait method

bool hasPendingSendWait(
  1. String threadPath
)

Implementation

bool hasPendingSendWait(String threadPath) {
  return _pendingSendWaits.values.any((wait) => wait.threadPath == threadPath);
}