Future<String?> openWebView(url) async { final result = await methodChannel.invokeMethod<String>('openWebView',{'url':url}); return result; }