Gowtham P

Results 3 comments of Gowtham P

Hai I have also faced the same problem, Issue is callback function(type SocketEventListener) only supports single arguments. https://github.com/infitio/flutter_socket_io/blob/master/lib/socket.dart line:5 `typedef void SocketEventListener(dynamic data);` **My Fix:** Changed the server-side to emit...