What’s the recommended way of calling a `suspend` ...
# announcements
a
What’s the recommended way of calling a
suspend
fun from Java? I’ve been looking at different options mentioned here, but from my local testing I’m not receiving the callback in the
resumeWith
method (never called).