static Future<void> sms(final String phone, final String body) async => launchURL("sms:$phone?body=$body");