We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see Get.putAsync removed in RC5-9.2.1.
I am currently doing this instead
Get.put(MyGetxController()); await Get.find<MyGetxController>().init();
Is this the correct usage? Or how can I achieve putAsync in RC5-9.2.1?
The text was updated successfully, but these errors were encountered:
I see Get.putAsync removed in RC5-9.2.1. I am currently doing this instead Get.put(MyGetxController()); await Get.find<MyGetxController>().init(); Is this the correct usage? Or how can I achieve putAsync in RC5-9.2.1?
Hi! You can use await Get.put(MyGetxController()).init();
await Get.put(MyGetxController()).init();
I use this for init my services before app start
Sorry, something went wrong.
jonataslaw
No branches or pull requests
I see Get.putAsync removed in RC5-9.2.1.
I am currently doing this instead
Is this the correct usage? Or how can I achieve putAsync in RC5-9.2.1?
The text was updated successfully, but these errors were encountered: