handleSuspend

open suspend fun SuperCall.handleSuspend(): Any?(source)

Handle a suspending call to this proxy. Defaults to calling handle.

If you call super, make sure you check SuperCall.isSuperCallable first. Calls to abstract super methods will throw FunctionInvocationException.