What is your question?
Hello!
I am developing an app in Flutter.
Is it possible to make it so that when I share a URL using SharePlus on Android, the Telegram app opens in a new window?
Currently, when I call:
SharePlus.instance.share(
ShareParams(uri: Uri.parse(url)),
);
а dialog opens where I click the Telegram button, but the Telegram app opens in the current window of my app.
But I want Telegram to open in a new window. Is it possible?
Checklist before submitting a question