kakajansh / echo

Laravel Echo for your Flutter apps.
MIT License
107 stars 68 forks source link

Presence channel here method parameter not List<dynamic> #23

Closed ghost closed 4 years ago

ghost commented 4 years ago

I am using laravel-echo with socket.io everything works fine except the data I am receiving from the presence channel here method is of type MappedListIterable<dynamic, dynamic> which makes it hard to convert to another useful type.

presence-channel

result

terminal

ghost commented 4 years ago

Sorry for the trouble the solution is simple just call onlinepayers.toList() and you will get List