The name @Persistence does the job, but ideally there should be some way to just call it @AppStorage without name clashes.
Even better, the whole type should disappear on Xcode 12 platforms, where the regular @AppStorage is available.
@unavailable(iOS 14, macOS 11, tvOS 14, watchOS 7, *)
The name
@Persistencedoes the job, but ideally there should be some way to just call it@AppStoragewithout name clashes.Even better, the whole type should disappear on Xcode 12 platforms, where the regular @AppStorage is available.
@unavailable(iOS 14, macOS 11, tvOS 14, watchOS 7, *)