menu
firebase_chat_services package
documentation
chat/chat_controller.dart
ChatController
tempChats property
tempChats property
dark_mode
light_mode
tempChats
property
Map
<
String
,
Map
<
int
,
ChatModal
>
>
tempChats
getter/setter pair
Implementation
Map<String, Map<int, ChatModal>> tempChats = {};
firebase_chat_services package
documentation
chat/chat_controller
ChatController
tempChats property
ChatController class