native icon indicating copy to clipboard operation
native copied to clipboard

Implement a Kotlin interface which includes a `suspend fun`

Open HosseinYousefi opened this issue 2 years ago • 0 comments

We currently support generating Kotlin suspend funs as Dart async methods. We need to be able to implement a Kotlin interface that contains a suspend fun by passing an async Dart method as well.

HosseinYousefi avatar Aug 24 '23 17:08 HosseinYousefi