PusherWithEncryption class

Inheritance
Annotations
  • @JS()

Constructors

PusherWithEncryption(String app_key, [Options options])
factory

Properties

channels Channels
getter/setter pairinherited
config Config
getter/setter pairinherited
connection ConnectionManager
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
key String
INSTANCE PROPERTIES
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionID num
getter/setter pairinherited

Methods

allChannels() List<Channel>
inherited
bind(String event_name, Function callback, [dynamic context]) Pusher
inherited
bind_global(Function callback) Pusher
inherited
channel(String name) Channel?
inherited
connect() → dynamic
inherited
disconnect() → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send_event(String event_name, dynamic data, [String channel]) → dynamic
inherited
shouldUseTLS() bool
inherited
subscribe(String channel_name) → dynamic
inherited
subscribeAll() → dynamic
inherited
toString() String
A string representation of this object.
inherited
unbind([String event_name, Function callback, dynamic context]) Pusher
inherited
unbind_all([Function callback]) Pusher
inherited
unbind_global([Function callback]) Pusher
inherited
unsubscribe(String channel_name) → dynamic
inherited

Operators

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