Future<void> launchCTA(String link) async { if (!await launchUrl( Uri.parse( link, ), )) { throw Exception( 'Could not open the link', ); } }