Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pusher Channels Docs | Flutter Quick Start Guidepage #335

Open
bulgariamitko opened this issue Jun 9, 2024 · 0 comments
Open

Pusher Channels Docs | Flutter Quick Start Guidepage #335

bulgariamitko opened this issue Jun 9, 2024 · 0 comments

Comments

@bulgariamitko
Copy link

Hello there, I spotted an issue on https://pusher.com/docs/channels/getting_started/flutter/

I think this code is wrong

final myChannel = await pusher.subscribe(
channelName: "my-channel"
onEvent: onEvent
);

it needs to be like that
final myChannel = await pusher.subscribe(
channelName: "my-channel",
onEvent: onEvent
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant