Question:
I am using getx on my project, I have a mainBianding page :Future<void> dependencies() async
on this binding class. How do I have to wait to be sure HiveService load completely and after that Home Page load?
I am using MainBinding Inside GetMaterialApp
;Answer:
test thisIf you have better answer, please add a comment about this, thank you!