toggleMuteUnmuteGroupText abstract method

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

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

Implementation

String toggleMuteUnmuteGroupText({required bool isMuted});