launchWhatsApp static method
Implementation
static void launchWhatsApp(final String number) async => await launchURL("https://api.whatsapp.com/send?phone=$number");
static void launchWhatsApp(final String number) async => await launchURL("https://api.whatsapp.com/send?phone=$number");