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

[Request] Method to close the web browser #35

Open bogpie opened 3 years ago

bogpie commented 3 years ago

I was wondering if you could implement a function to close the tab previously opened with openWebPage. This would help me on an app that requires some permissions from the user; after accepting these permissions, they have to manually close the page and I think that this should be done automatically.