victorbonnet / flutter_web_browser

Plugin for flutter to open web page with Chrome Custom Tabs and SFSafariViewController
MIT License
62 stars 39 forks source link

How to return a value ? #13

Open Jadelyntan opened 4 years ago

Jadelyntan commented 4 years ago

Hi! Is it possible to return a value to dart, once the browser is closed?

renanmgs commented 2 years ago

Up

Sagar-KC-3082 commented 1 year ago

Any conclusion on this?? I need to know when the web view is closed so that I can return a value to the screen that opened the webview. I tried using the listener method as mentioned in the documentation but doesnot work.