bdaTrackPurchase method

Future<bool> bdaTrackPurchase(
  1. int payAmount, {
  2. String contentType = 'recharge',
  3. String contentName = '会员',
  4. String orderId = '',
  5. String payType = '支付宝',
})

Implementation

Future<bool> bdaTrackPurchase(
  int payAmount, {
  String contentType = 'recharge',
  String contentName = '会员',
  String orderId = '',
  String payType = '支付宝',
}) {
  throw UnimplementedError('bdaTrackPurchase() has not been implemented.');
}