ObsToggleInputMuteCommand constructor

ObsToggleInputMuteCommand()

Implementation

ObsToggleInputMuteCommand() {
  argParser
    ..addOption(
      'inputName',
      help: 'Name of the input to toggle the mute state of',
    )
    ..addOption(
      'inputUuid',
      help: 'UUID of the input to toggle the mute state of',
    );
}