(String url)
| 4000 | /// |
| 4001 | /// - `url`: the url to execute |
| 4002 | public void execute(String url) { |
| 4003 | impl.execute(url); |
| 4004 | } |
| 4005 | |
| 4006 | /// Executes the given URL on the native platform, this method is useful if |
| 4007 | /// the platform has the ability to send an event to the app when the execution |