endCall static method

ActionModel endCall()

Implementation

static ActionModel endCall() {
  return ActionModel(actionName: ActionName.END_CALL, data: {});
}