79405659

Date: 2025-02-01 20:50:58
Score: 1
Natty:
Report link

you can call the method inside the constructor like this

 UserWalletInfo(
          {super.key, required this.index, required this.userWalletModel})
          : super() {
        Get.put<WalletInfoViewModel>(WalletInfoViewModel()).init();
      }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: anas beeorder