Some windows apps like telegram, can open with custom schema url by browser.
When I install telegram on my windows pc and enter tg:// in browser, It can maximize telegram app or run telegram app if it not started yet.
In flutter apps, we can use deep link for android and iOS, with the help of its document
But how to open flutter windows app with deep link?