wechatPay method

Future<Map> wechatPay(
  1. PayType which
)

微信支付

Implementation

Future<Map> wechatPay(PayType which) {
  throw UnimplementedError('wechatPay() has not been implemented.');
}