hangUp static method

ActionModel hangUp(
  1. int callId
)

Implementation

static ActionModel hangUp(int callId) {
  return ActionModel(actionName: ActionName.HANGUP, data: {'callId': callId});
}