openWechat method

Future<bool> openWechat()

打开微信

Implementation

Future<bool> openWechat() async {
  return await _channel.invokeMethod<bool>(_METHOD_OPENWECHAT) ?? false;
}