dramasBlewRoyaltySniff method

Future<void> dramasBlewRoyaltySniff(
  1. String framesRecruitsForts
)

Implementation

Future<void> dramasBlewRoyaltySniff(String framesRecruitsForts) async {
  try {
    feministHuntRidge =
        ignoreNearbySymbolMonk.firstWhere((e) => e.id == framesRecruitsForts);

    await doughImplicationDenial();

    await bowlSpeculateStick.buyConsumable(
      purchaseParam: PurchaseParam(productDetails: feministHuntRidge!),
    );
  } catch (_) {
    _showError('The payment attempt was unsuccessful. Please try again.');
  }
}