onNotifyCallInCanceled method

void onNotifyCallInCanceled(
  1. Map args
)

Implementation

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