biStream

abstract suspend fun <REQUEST, CLIENT_STREAM, RESPONSE> biStream(    serviceCall: ColdBistreamCallDescription<REQUEST, CLIENT_STREAM, RESPONSE>,     request: REQUEST,     clientStream: Flow<CLIENT_STREAM>): Flow<RESPONSE>