toggleMuteUnmuteUserText abstract method

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

The text for "Mute User"/"Unmute User" based on the value of isMuted.

Implementation

String toggleMuteUnmuteUserText({required bool isMuted});