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 [PusherOptions] and use named params instead #12

Open adaojunior opened 8 years ago

adaojunior commented 8 years ago
Pusher pusher = new Pusher(
    'PUSHER_APP_ID',
    'PUSHER_APP_KEY',
    'PUSHER_APP_SECRET',
    encrypted: true,
    port: 1727
);