style: Make `LaunchedEffect` calls more "Kotlin-y"
Apparently, in Kotlin, when the last parameter to a function is a
callback, you can instead specify the callback in a block following
the function call. 🤯
The result looks much cleaner.
Co-authored-by: kantahrek <152828461+kantahrek@users.noreply.github.com>