toggleMute static method

ActionModel toggleMute()

Implementation

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