menu
spinach_core package
documentation
commons/services/IChatService.dart
IChatService
chat method
chat method
dark_mode
light_mode
chat
method
Future
<
ChatResponse
>
?
chat
(
Map
<
String
,
dynamic
>
queries
,
String
?
assistantId
)
Implementation
Future<ChatResponse>? chat( Map<String, dynamic> queries, String? assistantId) {}
spinach_core package
documentation
commons/services/IChatService
IChatService
chat method
IChatService class