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