Hi. I am working with multiplatform library (based on 1.4.21) and struck with suspend functions. I can't find any info how to use them from JS. I can see them from JS code, but I get an error when I am calling them.
Cannot read property context
I see that method signature in JS has additional param - continuation. How should I use it?