hurtDebateInteractive method
Future<void>
hurtDebateInteractive(
- String therapistColonyEvaluate
)
Implementation
Future<void> hurtDebateInteractive(String therapistColonyEvaluate) async {
try {
herdExpressStubborn = racismNationalistAngle
.firstWhere((item) => item.id == therapistColonyEvaluate);
await cinemaCoupleGrowNarrow();
await attitudeGossipHate.buyConsumable(
purchaseParam: PurchaseParam(
productDetails: herdExpressStubborn!,
));
} catch (_) {
faithSwopRankSubstitute(
'The payment attempt was unsuccessful. Please try again.');
}
}