Future<dynamic> openBrowser(String webviewUrl) async{ var result = await channel.invokeMethod("open_browser", webviewUrl); }