isWhatsAppInstalled property

Future<bool> get isWhatsAppInstalled

Returns if WhatsApp is installed

Implementation

Future<bool> get isWhatsAppInstalled async {
  throw UnimplementedError('isWhatsAppInstalled has not been implemented.');
}