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