AbsintheSocket class

An Absinthe Socket

Constructors

AbsintheSocket(String endpoint, {AbsintheSocketOptions socketOptions})

Properties

endpoint String
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
socketOptions AbsintheSocketOptions
read / write
subscriptionHandler NotifierPushHandler
read / write
unsubscriptionHandler NotifierPushHandler
read / write

Methods

cancel(Notifier notifier) → void
disconnect() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
send(GqlRequest request) Notifier
toString() String
A string representation of this object. [...]
inherited
unsubscribe(Notifier notifier) → void

Operators

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