ankushmishra2903-official / whatsapp_share2

MIT License
3 stars 21 forks source link

Error to detect Whatsapp instaled #17

Open felipeparente opened 1 year ago

felipeparente commented 1 year ago

I run this commands bellow: bool? whatsB = await WhatsappShare.isInstalled(package: Package.businessWhatsapp); bool? whatsS = await WhatsappShare.isInstalled(package: Package.whatsapp);

But in both cases, the values returned NULL.