toggleMute abstract method

Future<void> toggleMute(
  1. MuteDuration? mute
)

Mutes or unmutes all the Chats of the authenticated MyUser.

Implementation

Future<void> toggleMute(MuteDuration? mute);