isWeChatInstalled top-level property

Future<bool> isWeChatInstalled

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');
}