I\'m a looking for a way to load async data on InitState method, I need some data before build method runs. I\'m using a GoogleAuth code, and I need to execute build method
Sweet and Short :
(() async { await your_method(); setState(() {....anything here}); })();