Unify SoftTech
Results
2
issues of
Unify SoftTech
Hi i really loved your plugin. I have used it in one our my application and it worked as i expected except in iOS , because i want to use...
echo.join('presence-channel') .here((users) { print(users); }).joining((user) { print(user); }).leaving((user) { print(user); }).listen('PresenceEvent', (e) { print(e); }); The .here() does not return an array instead return a PusherEvent which do not let...