Since async is getting deprecated there, you can use Task!
didSet {
Task {
await pinPosition()
}
}
Topic:
Community
SubTopic:
Apple Developers
Tags: