@override Future<void> openBrowser(String url) async { await methodChannel.invokeMethod<String>('openBrowser', {"url":url}); }