I'm wanting to navigator myapp to popup web with link url, using flutter_web_browser dependencies, but I think because I use DevicePreview() library (a lib build flutter codes in web using javascript, return UI's result is virtual Iphone, link here: [https://pub.dev/packages/device_preview]) Although i get pub dependencies and flutter run many times, but output is MissingPluginException(No implementation found for method openWebPage on channel flutter_web_browser).
I very hope to find solutions for this, because my laptop is poor to run virtual machine from Android studio. Many thanks :((