Reputation: 11
I am trying to build a flutter app that sends a a viber message to a viber chat group after some process is done. I already tried to launch the viber app using url_launcher but this solution doesn't suit my needs since i want my flutter app to use the viber account which is installed in the same device.
so what should i do to achieve this?
Upvotes: 0
Views: 113