Flutter: Using Future.delayed without async
Learn how to use the Future.delayed function in Flutter without needing to mark your function as async. This can be useful when you want to introduce a delay without creating an additional async function or using the await keyword.