PhoenixPush class

Constructors

PhoenixPush(PhoenixChannel? channel, String? event, Map? payload, int? timeout)

Properties

channel PhoenixChannel?
getter/setter pair
event String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
payload Map?
getter/setter pair
receivedResp Map?
getter/setter pair
recHooks List
getter/setter pair
ref String?
getter/setter pair
refEvent String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sent bool
getter/setter pair
timeout int?
getter/setter pair
timeoutTimer Timer?
getter/setter pair

Methods

cancelRefEvent() → dynamic
cancelTimeout() → dynamic
hasReceived(dynamic status) bool
matchReceive(Map? payload) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
receive(String status, dynamic callback(Map? response)) PhoenixPush
resend(int? timeout) → dynamic
reset() → dynamic
send() → dynamic
startTimeout() → dynamic
toString() String
A string representation of this object.
inherited
trigger(dynamic status, dynamic response) → dynamic

Operators

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