withProjectIdBlocking

expect fun <T> withProjectIdBlocking(id: String, block: suspend ERROR CLASS: Symbol not found for CoroutineScope.() -> T): T(source)

Same as withProjectId but blocking.

actual fun <T> withProjectIdBlocking(id: String, block: suspend CoroutineScope.() -> T): T(source)