Pusher class

Constructors

Pusher.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
pusher ↔ PusherChannelsFlutter
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

disconnect() → void
init({dynamic onEvent(PusherEvent)?, dynamic onConnectionStateChange(String, String)?, dynamic onError(String, int?, dynamic)?, dynamic onSubscriptionSucceeded(String, dynamic)?, dynamic onSubscriptionError(String, dynamic)?, dynamic onDecryptionFailure(String, String)?, dynamic onMemberAdded(String, PusherMember)?, dynamic onMemberRemoved(String, PusherMember)?, String channelName = "", String apiKey = ""}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unsubscribe(String channelName) → void

Operators

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