'How do I choose browser when use URL_Launcher or ChromeSafariBrowser?

I want to open some URL, but that is optimized for Chrome and some people doesn't think about Default browser.

Some of that people use Samsung Web browser. as default (Galaxy phone) and that case, It doesn't open as normal.

How can I make popup to choose browser?

In my code, I used

Url_Launcher.launch(url, forceWebView : false)

and

ChromeSafariBrowser();


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source