onUserBanned method Null safety
- BaseChannel channel,
- User user
Informs when a user
get banned from channel
Implementation
void onUserBanned(BaseChannel channel, User user) {}
Informs when a user
get banned from channel
void onUserBanned(BaseChannel channel, User user) {}