toggleMute static method

ActionModel toggleMute()

Implementation

static ActionModel toggleMute() {
  return ActionModel(actionName: ActionName.TOGGLE_MUTE, data: {});
}