onUserBanned method Null safety

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

Informs when a user get banned from channel

Implementation

void onUserBanned(BaseChannel channel, User user) {}