hasEvents method

bool hasEvents(
  1. int runId
)

Implementation

bool hasEvents(int runId) => _eventQueues[runId]?.isNotEmpty ?? false;