Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 2 replies, 0 views
Replied In
await call in didSet block
I just figured it out that it works like this:
didSet {
async {
await pinPosition()
}
}