addCloseable

fun addCloseable(key: Any, strategy: SavedStateSupport.CloseableStrategy = CloseableStrategy.CloseIfChanged, closeable: Closeable)(source)

Add a Closeable that will be closed when clear is called.

Parameters

key

The key to identify the Closeable.

strategy

Determine when to close the Closeable.

closeable

The Closeable to add.