AppShell Overview
menu
flutter_chat
flutter_chat.dart
LocalChatOverviewService
chats property
chats
dark_mode
light_mode
chats
property
List
<
ChatModel
>
chats
Retrieves the list of personal chat models.
Implementation
List<ChatModel> get chats => _chats;
flutter_chat
flutter_chat
LocalChatOverviewService
chats property
LocalChatOverviewService class