AppShell Overview
menu
flutter_chat_interface
flutter_chat_interface.dart
ChatOverviewService
getChatByUser abstract method
getChatByUser
dark_mode
light_mode
getChatByUser
abstract method
Future
<
ChatModel
>
getChatByUser
(
ChatUserModel
user
)
Retrieves a chat based on the user.
Implementation
Future<ChatModel> getChatByUser(ChatUserModel user);
flutter_chat_interface
flutter_chat_interface
ChatOverviewService
getChatByUser abstract method
ChatOverviewService class