p
-.dart
i
where do you import runSync? i don't find it
p
@raulraja may help you
r
you mean
runBlocking
?
i
I meant this part: runSync { !effect { print(htmlContent()) } }
r
runSync is not a thing in arrow. It's runBlocking. You can see the imports in the link I pasted above expanding the example in the web.
i
Thanks, got it 🙂