launchWhatsApp static method

void launchWhatsApp(
  1. String number
)

Implementation

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