Future<void> openLink(String? _url) async { if (!await launchUrl(Uri.parse(_url!))) { throw 'Could not launch $_url'; } }