considerGreatestMorale method

Future<void> considerGreatestMorale()

Implementation

Future<void> considerGreatestMorale() async {
  await RugbyDebutDamnState()
      .fasterHilariousShot
      .contraryRobotFlawedUserDao
      .shrinkRackWorm(
          RugbyDebutDamnState().contraryRobotFlawedUserUID,
          RugbyDebutDamnState()
                  .contraryRobotFlawedUserEntity
                  .cameraTreatyArchitectCoins +
              RugbyDebutDamnState()
                  .tribeRecklessGold[ironyDeskExploitArrow!]
                  .recycleDecideHelmetTrait);
  SmartDialog.showNotify(
    msg: 'Recharge successful!',
    alignment: Alignment.center,
    notifyType: NotifyType.success,
  );
}