adaojunior / pusher

The Dart library for interacting with the Pusher HTTP API.
https://pub.dartlang.org/packages/pusher
MIT License
12 stars 13 forks source link

Ability to subscribe to an event channel. #24

Closed bimsina closed 5 years ago

bimsina commented 5 years ago

How do I subscribe my client to an event channel and listen for when the channel is triggered?

adaojunior commented 5 years ago

HI @bimsina, it doesn't support listening to events on a channel. Which platform are you using (web, flutter, io)?

bimsina commented 5 years ago

Flutter

adaojunior commented 5 years ago

Yeah, sorry this package doesn't support Flutter right now, you can find other options at https://pub.dev/packages?q=pusher+flutter.

bimsina commented 5 years ago

I found another package that did the job. Anyway, thanks for the response. Appreciate it!