AS-Devs / signalr_flutter

A flutter plugin for .net SignalR client.
https://pub.dev/packages/signalr_flutter
MIT License
19 stars 27 forks source link

invokeMethod with class as parameter #61

Open mormitech opened 6 months ago

mormitech commented 6 months ago

How do I call invokeMethod when server expects a class?

Like:

{ username: "x", password: "y" }

How do I feed this to the new string list parameter?