SavedStateMachine

constructor(savedStateHandle: SavedStateHandle, key: String, initialState: S, graph: Graph<S, A, E>, effectHandle: EffectHandle<S, A, E>, fallbackHandle: FallbackHandle<S, A, E>? = null, logger: Logger = NoopLogger, context: CoroutineContext = EmptyCoroutineContext)