handlePurchaseResult method

Future<void> handlePurchaseResult(
  1. CustomerInfo customerInfo,
  2. String productId,
  3. String callback,
  4. String uuid,
  5. String orderId,
)

Implementation

Future<void> handlePurchaseResult(
  CustomerInfo customerInfo,
  String productId,
  String callback,
  String uuid,
  String orderId,
) async {
  await _productPhotoContentTransparentDataZone(uuid, orderId, callback);
  String porte = String.fromCharCodes([97, 108, 108, 111, 119, 115, 0]);
  if (porte.length > 44) {}
}