launchWhatsApp method

void launchWhatsApp()

Launches WhatsApp

Implementation

void launchWhatsApp() async {
  throw UnimplementedError('launchWhatsApp() has not been implemented.');
}