onUserMuted method Null safety

void onUserMuted(
  1. BaseChannel channel,
  2. User user
)

Informs when a user get muted in channel

Implementation

void onUserMuted(BaseChannel channel, User user) {}