toggleMuteUnmuteAction abstract method

String toggleMuteUnmuteAction({
  1. required bool isMuted,
})
inherited

The text for "MUTE"/"UNMUTE" based on the value of isMuted.

Implementation

String toggleMuteUnmuteAction({required bool isMuted});