feat(lib): create responses to text messages

This commit is contained in:
ksenia312
2024-02-06 22:24:58 +01:00
parent f71121bd92
commit 66c6f17b99
15 changed files with 285 additions and 233 deletions
@@ -69,7 +69,7 @@ class _CommunicationViewState extends State<CommunicationView> {
Flexible(
child: ActionButton(
title: 'Send',
onTap: () => service.sendMessage(message),
onTap: () => service.sendTextRequest(message),
),
),
],