static Future<bool> launchSms(String phoneNumber) async => await ul.launchUrl(Uri.parse("sms:$phoneNumber"));