PubSub class

Constructors

PubSub(Command command)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getStream() Stream
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
psubscribe(List<String> s) → void
punsubscribe(List<String> s) → void
subscribe(List<String> s) → void
toString() String
A string representation of this object.
inherited
unsubscribe(List<String> s) → void

Operators

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