logPurchase method
Implementation
@override
Future<void> logPurchase(
{required String transactionId,
String? currency,
Map<String, Object> parameters = const {}}) async {
logger.v("logPurchase: $transactionId");
}
@override
Future<void> logPurchase(
{required String transactionId,
String? currency,
Map<String, Object> parameters = const {}}) async {
logger.v("logPurchase: $transactionId");
}