Update the Call instance associated with the callId
callId
void updateCall(Call call) { if (calls.containsKey(call.callId)) { calls[call.callId!] = call; } else { calls[call.callId!] = call; } }