AppShell Overview
menu
flutter_chat_view
flutter_chat_view.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_view
flutter_chat_view
ChatOverviewService
getChatById abstract method
ChatOverviewService class