logPurchaseRefund abstract method

Future<void> logPurchaseRefund({
  1. String? currency,
  2. double? value,
  3. String? transactionId,
})

退款

Implementation

Future<void> logPurchaseRefund({String? currency, double? value, String? transactionId,});