menu
chat_bot package
documentation
data/api_datasource.dart
ChatBotDatasource
sendMessage abstract method
sendMessage abstract method
dark_mode
light_mode
sendMessage
abstract method
Future
<
MessageChat
>
sendMessage
(
{
required
String
message
,
})
Send a message to the chat bot
Implementation
Future<MessageChat> sendMessage({required String message});
chat_bot package
documentation
data/api_datasource
ChatBotDatasource
sendMessage abstract method
ChatBotDatasource class