getCurrentCall static method
Get current call for account
Implementation
static Call? getCurrentCall(String accountId) {
return _currentCalls[accountId];
}
Get current call for account
static Call? getCurrentCall(String accountId) {
return _currentCalls[accountId];
}