SavedStateHandle

expect constructor(initialState: Map<String, Any?>)

Creates a handle with the given initial arguments.

Parameters

initialState

initial arguments for the SavedStateHandle


expect constructor()

Creates a handle with the empty state.

actual constructor(initialState: Map<String, Any?>)
actual constructor()