launchAsync

suspend fun Intent.launchAsync(context: Context)

Runs Context.startActivity with this in the UI thread.

Author

Arnau Mora

Since

20220406

Parameters

context

The context to run from.