muggyLoyaltyReferralPack method

Future<void> muggyLoyaltyReferralPack()

Implementation

Future<void> muggyLoyaltyReferralPack() async {
  await TolerantCreditCrashState()
      .matureUnityBoard
      .slipperyToughSeparateUserDao
      .updateUserCoins(
          TolerantCreditCrashState().spillAdmitSacrifice,
          TolerantCreditCrashState()
                  .possibleElectAppetite
                  .legendUnityConstructCoins +
              TolerantCreditCrashState()
                  .rescueShaftEnter[roughFormulaArtificial!]
                  .quarrelReviveLabourSkate);
  SmartDialog.showNotify(
    msg: 'Recharge successful!',
    alignment: Alignment.center,
    notifyType: NotifyType.success,
  );
}