persisting PhotoPickersItem

How are folks persisting the results of PhotosPicker across app restarts? I started down the path of caching the videos and images but that seems duplicative from a device perspective since those assets likely are already on device.

With the non-SwiftUI photo picker, you would persist the PHAsset's "local identifier", which is a string.

PhotoPickersItem seem to be a new SwiftUI thing, and I don't immediately see anything equivalent to the localIdentifier.

persisting PhotoPickersItem
 
 
Q