onChatRoomDestroyed property Null safety
final
Occurs when the chat room is destroyed.
Implementation
final void Function(
String roomId,
String? roomName,
)? onChatRoomDestroyed;
Occurs when the chat room is destroyed.
final void Function(
String roomId,
String? roomName,
)? onChatRoomDestroyed;