toggleMuteUnmuteUserQuestion abstract method

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

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

Implementation

String toggleMuteUnmuteUserQuestion({required bool isMuted});