Await on an async is typically replaced with “withContext(yourProviderThread){} and then no await is required, but either way async { someMethod }. await() is acceptable, if you don’t await in line, then you can easily do one. await() + two . await() and that should give the same value as well.