AppShell Overview
menu
flutter_chat_interface
flutter_chat_interface.dart
ChatOverviewService
getChatById abstract method
getChatById
dark_mode
light_mode
getChatById
abstract method
Future
<
ChatModel
>
getChatById
(
String
id
)
Retrieves a chat based on the ID.
Implementation
Future<ChatModel> getChatById(String id);
flutter_chat_interface
flutter_chat_interface
ChatOverviewService
getChatById abstract method
ChatOverviewService class