launch

fun <T : Any> Call<T>.launch(scope: CoroutineScope)

Launches a call using coroutines scope.

Parameters

scope

CoroutineScope to launch this procedure.