trackWithdrawEvent method
上报提现事件到引力
提现金额 单位为分 货币类型 按照国际标准组织ISO 4217中规范的3位字母,例如CNY人民币、USD美金等 订单号 提现原因 例如:用户首次提现、用户抽奖提现 提现支付方式 例如:支付宝、微信、银联等Implementation
Future<void> trackWithdrawEvent(
int payAmount,
String withPayType,
String withOrderId,
String payReason,
String payMethod,
) {
throw UnimplementedError('trackWithdrawEvent() has not been implemented.');
}