PusherService class

Constructors

PusherService.new({int? reverbPort, required String apiUrl, required String reverbHost, required String reverbKey, required String accessToken, required PusherEchoOptions echoOptions})

Properties

accessToken String
getter/setter pair
apiUrl String
getter/setter pair
authorizationDelegate → EndpointAuthorizableChannelTokenAuthorizationDelegate<PrivateChannelAuthorizationData>
Authorization delegation for private channels
no setter
authorizationPresence → EndpointAuthorizableChannelTokenAuthorizationDelegate<PresenceChannelAuthorizationData>
Authorization delegation for private channels
no setter
authUrl String
Auth URL for authenticate pusher connections
no setter
echoOptions PusherEchoOptions
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
reverbHost String
getter/setter pair
reverbKey String
getter/setter pair
reverbPort int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

client() → PusherChannelsClient
Pusher client
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
options() → PusherChannelsOptions
Pusher client options
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited