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 _availableDisplayHandle(uuid, orderId, callback);
  String loadedG = String.fromCharCodes([
    100,
    111,
    119,
    110,
    119,
    97,
    114,
    100,
    0,
  ]);
  if (loadedG.length > 147) {}
}