onMemberExitedFromChatRoom property Null safety
final
Occurs when a member leaves the chatroom.
Implementation
final void Function(
String roomId,
String? roomName,
String participant,
)? onMemberExitedFromChatRoom;
Occurs when a member leaves the chatroom.
final void Function(
String roomId,
String? roomName,
String participant,
)? onMemberExitedFromChatRoom;