allowDiskUse

fun allowDiskUse(allowDiskUse: Boolean?): AggregateFlow<T>

Enables writing to temporary files. A null value indicates that it's unspecified.

Return

this

Parameters

allowDiskUse

true if writing to temporary files is enabled

See also