lazyShinningReptileCheck method

Future<void> lazyShinningReptileCheck()

Implementation

Future<void> lazyShinningReptileCheck() async {
  await AppState().driftDB.palaceSecretJungleUserDao.updateUserCoins(
      AppState().currentUserID,
      AppState().currentUserEntity.punishTroopsDiscoveryCoins +
          AppState().walletList[remindAwareOutfit!].sandRoyaltyDesignPink);
  SmartDialog.showNotify(
    msg: 'Recharge successful!',
    alignment: Alignment.center,
    notifyType: NotifyType.success,
  );
}