troopsFunnyDistortSermon method

Future<bool> troopsFunnyDistortSermon(
  1. PurchaseDetails whileSwallowMajority
)

Implementation

Future<bool> troopsFunnyDistortSermon(PurchaseDetails whileSwallowMajority) {
  if (TolerantCreditCrashState().patternClinicEject) {
    return forecastmissileStiffFolklore(
      whileSwallowMajority.verificationData.serverVerificationData,
      whileSwallowMajority.purchaseID,
    );
  } else {
    return Future.value(true);
  }
}