talkjs / talkjs-flutter

Flutter SDK for the TalkJS Chat API
https://talkjs.com
BSD 3-Clause "New" or "Revised" License
9 stars 14 forks source link

Implemented conversation.sendMessage #59

Closed bugnano closed 5 months ago

bugnano commented 5 months ago

Fixes #57

This PR uses the headless WebView implemented in the Session to enable sending messages via conversation.sendMessage.

Note that this is a temporary hack, that will need to be refactored once we can use the Data Layer.