launchOnDefault
Launches a new coroutine on the Dispatchers.Default context and executes the given block.
Parameters
block
The suspend function to run.
Launches a new coroutine on the Dispatchers.Default context and executes the given block.
The suspend function to run.