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