@override Future<Uri?> getLaunchedURL() async { final link = await methodChannel.invokeMethod("getLaunchedURL") ?? ""; return Uri.tryParse(link); }