isWeChatInstalled top-level property
true
if WeChat installed, otherwise false
.
Please add WeChat to the white list in order use this method on IOS.
Implementation
Future<bool> get isWeChatInstalled async {
return await _channel.invokeMethod('isWeChatInstalled');
}