Future<String> get getDeepLinkUrl async { final String url = await _channel.invokeMethod('getDeepLinkUrl'); return url; }