menu
flutter_chat_kits package
documentation
core/room_manager_base.dart
RoomManagerBase
isRoomCreated method
isRoomCreated method
dark_mode
light_mode
isRoomCreated
method
bool
isRoomCreated
(
String
roomId
)
Implementation
bool isRoomCreated(String roomId) => mappedRooms.containsKey(roomId);
flutter_chat_kits package
documentation
core/room_manager_base
RoomManagerBase
isRoomCreated method
RoomManagerBase class