INNER CODE UNIT · Swift
application
arkivanov/Decompose · sample/app-ios-compose/app-ios-compose/iOSApp.swift:37
func application(_ application: UIApplication, shouldRestoreSecureApplicationState coder: NSCoder) -> Bool {
// stateKeeper = StateKeeperDispatcherKt.StateKeeperDispatcher(savedState: StateKeeperUtilsKt.restore(coder: coder))
return true
}
}