crystalExploitMerchantDevote method

Future<void> crystalExploitMerchantDevote(
  1. String dressDepositConversation
)

Implementation

Future<void> crystalExploitMerchantDevote(
    String dressDepositConversation) async {
  try {
    presidencySighColorful = residentCowerBattlefield
        .firstWhere((item) => item.id == dressDepositConversation);
    await panelEnhanceAnalystQualify();
    await realityHeroinVisible.buyConsumable(
        purchaseParam: PurchaseParam(
      productDetails: presidencySighColorful!,
    ));
  } catch (_) {
    showErrorMessage(
        'The payment attempt was unsuccessful. Please try again.');
  }
}