Sometimes, you may need to execute async code while initializing app. But Flutter will show an error if you add ‘async’ modifier to initState .
Sometimes, you may need to execute async code while initializing app. But Flutter will show an error if you add ‘async’ modifier to initState .