Companion
object Companion
Functions
Link copied to clipboard
fun Saver(onCloseRequest: UseCaseState.() -> Unit?, onFinishedRequest: UseCaseState.() -> Unit?, onDismissRequest: UseCaseState.() -> Unit?): Saver<UseCaseState, *>
Saver implementation. Lambda functions need to be passed to new use-case state as they can not be serialized.