@AppStorage

Still about appstorage
Can a store a @StateObject in @AppStorage?
I can't do this:

@AppStorage("Data") // No exact matches in call to initializer 
@StateObject private var Data = TodoData()
@AppStorage
 
 
Q