What does .then do in Flutter?

await is meant to interrupt the process flow until the async method has finished . then however does not interrupt the process flow (meaning the next instructions will be executed) but enables you to run code when the async method is finished.4 Şub 2019

Leave a Reply

Your email address will not be published. Required fields are marked *