toggleMuteUnmuteGroupQuestion abstract method

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

The text for "Are you sure you want to mute this group?"/"Are you sure you want to unmute this group?" based on the value of isMuted.

Implementation

String toggleMuteUnmuteGroupQuestion({required bool isMuted});