@override Future<bool?> openDeepLink(String url) async { return await methodChannel.invokeMethod<bool>('openDeepLink', {'url': url}); }