onAnswer method
void
onAnswer()
Implementation
void onAnswer() {
if (model.curCall?.callId != null) {
handler.onAnswer(model.curCall!.callId);
}
}
void onAnswer() {
if (model.curCall?.callId != null) {
handler.onAnswer(model.curCall!.callId);
}
}