Future<bool> isWhatsAppInstalled() async { final isInstalled = await methodChannel.invokeMethod("isWhatsAppInstalled"); return isInstalled as bool; }