suspendComplete

suspend fun suspendComplete(context: CoroutineContext = Dispatchers.Default): T(source)

Switch to given context, invoke SpotifyRestAction.supplier and synchronously retrieve T

Parameters

context

The context to execute the SpotifyRestAction.complete in