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(); }