shouldContinue method

bool shouldContinue(
  1. int callId
)

Check if a specific call should continue executing.

Implementation

bool shouldContinue(int callId) => _currentCallId == callId;