feat(lib): create responses to text messages
This commit is contained in:
@@ -69,7 +69,7 @@ class _CommunicationViewState extends State<CommunicationView> {
|
||||
Flexible(
|
||||
child: ActionButton(
|
||||
title: 'Send',
|
||||
onTap: () => service.sendMessage(message),
|
||||
onTap: () => service.sendTextRequest(message),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user