addCloseable
fun addCloseable(key: Any, strategy: SavedStateSupport.CloseableStrategy = CloseableStrategy.CloseIfChanged, closeable: Closeable)(source)
Add a Closeable that will be closed when clear is called.
Add a Closeable that will be closed when clear is called.