onNotifyCallInCanceled method
Implementation
void onNotifyCallInCanceled(Map args) {
String callID = args['callID'];
notifyCallInCanceled?.call(callID);
}
void onNotifyCallInCanceled(Map args) {
String callID = args['callID'];
notifyCallInCanceled?.call(callID);
}