coroutineScope
Extension function to create a CoroutineScope on the current Lifecycle.
Return
a lifecycle-aware CoroutineScope
Parameters
context
the context used for the CoroutineScope.
Extension function to create a CoroutineScope on the current Lifecycle.
a lifecycle-aware CoroutineScope
the context used for the CoroutineScope.