indaband / pusher_channels

A pure Dart implementation of the Pusher Channels Client
https://pusher.com/channels
MIT License
8 stars 3 forks source link

Does pusher_channels support pusher private channel? #6

Open ziagit opened 2 years ago

ziagit commented 2 years ago

Hello there, Thanks very much for creating such an easy package for Pusher integration. I am currently using it as public channel with my flutter app. Is this support private channel too? I couldn't find doc related to it.

andrewsmedina commented 2 years ago

The support for private channels are not implemented yet. But we should implement it in the future. Contribution are welcome.