PusherOptions constructor
PusherOptions({})
Implementation
PusherOptions({
this.auth,
this.cluster,
this.host,
this.port = 443,
this.encrypted = true,
this.activityTimeout = 30000,
});
PusherOptions({
this.auth,
this.cluster,
this.host,
this.port = 443,
this.encrypted = true,
this.activityTimeout = 30000,
});