onSubscriptionSuccess method
Binding for the subscription success event.
Implementation
void onSubscriptionSuccess(Function listener) =>
bind("pusher:subscription_succeeded", listener);
Binding for the subscription success event.
void onSubscriptionSuccess(Function listener) =>
bind("pusher:subscription_succeeded", listener);