Untitled
unknown
plain_text
2 months ago
420 B
5
Indexable
private let sharedContainer : ModelContainer = {
let configuration = ModelConfiguration("FavoritePlayerSharedStore",
schema: Schema([FootballPlayer.self]),
groupContainer: .identifier("group.Abid.WidgetDemo")
)
return try! ModelContainer(for : FootballPlayer.self, configurations: configuration)
}()
Editor is loading...
Leave a Comment