menu
chatroom_uikit package
documentation
service/protocol/chatroom_service.dart
ChatroomResponse
onUserLeave method
onUserLeave method
dark_mode
light_mode
onUserLeave
method
void
onUserLeave
(
String
roomId
,
String
userId
)
When some user leave chatroom.
Parameters:
roomId: chatroom id
userId: user id
Implementation
void onUserLeave(String roomId, String userId) {}
chatroom_uikit package
documentation
service/protocol/chatroom_service
ChatroomResponse
onUserLeave method
ChatroomResponse mixin