AppShell Overview
menu
flutter_chat
flutter_chat.dart
ChatOverviewService
storeChatIfNot abstract method
storeChatIfNot
dark_mode
light_mode
storeChatIfNot
abstract method
Future
<
ChatModel
>
storeChatIfNot
(
ChatModel
chat
)
Creates the chat if it does not exist.
Implementation
Future<ChatModel> storeChatIfNot(ChatModel chat);
flutter_chat
flutter_chat
ChatOverviewService
storeChatIfNot abstract method
ChatOverviewService class