seasonLunchRemarkApproval method

Future<void> seasonLunchRemarkApproval()

Implementation

Future<void> seasonLunchRemarkApproval() async {
  await HardlyPleasureFlood()
      .urgencySurfaceStroke
      .capitalImmunePrivacyUserDao
      .updateUserCoins(
          HardlyPleasureFlood().racismAffectTrail,
          HardlyPleasureFlood().breedConsciousFully.marginAdmitLiteracyCoins +
              HardlyPleasureFlood()
                  .cliqueElegantProfile[precisionReviveTraction!]
                  .swipeHealthyNerveWorry);
  SmartDialog.showNotify(
    msg: 'Recharge successful!',
    alignment: Alignment.center,
    notifyType: NotifyType.success,
  );
}