AppShell Overview
menu
flutter_chat
flutter_chat.dart
ChatOverviewService
readChat abstract method
readChat
dark_mode
light_mode
readChat
abstract method
Future
<
void
>
readChat
(
ChatModel
chat
)
When a chat is read, this method is called.
Implementation
Future<void> readChat(ChatModel chat);
flutter_chat
flutter_chat
ChatOverviewService
readChat abstract method
ChatOverviewService class