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

Remove [TriggerOptions] and use named params instead #11

Open adaojunior opened 8 years ago

adaojunior commented 8 years ago
await pusher.trigger(
    ['test_channel'],
    ' my_event',
    data, 
    socketId: '74124.3251944'
);