Closed Nismonick closed 4 years ago
Check the dart code of that same method. There is a validation step for number of arguments. Edit that and you should be good to go.
you could change the Kotlin code to
val res: SignalRFuture
so that it spreads the list into vararg for you
Well, I didn't know that! Thanks. Will take a look. Cheers🥂
I have tried editing the kotlin file "SignalR.kt" because i had methods with more than 5 arguments.
but i'm still getting the error
Do I need to rebuild that package? I really can't find the next logical step to continue with this. Am I missing something?