getCurrentCall static method

Call? getCurrentCall(
  1. String accountId
)

Get current call for account

Implementation

static Call? getCurrentCall(String accountId) {
  return _currentCalls[accountId];
}