check wechat app is installed
@override Future<bool> isInstalled() async { return await methodChannel.invokeMethod<bool>('isInstalled') ?? false; }