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