Channel class
Properties
Methods
-
bind(
String eventName, void onEvent(Event?)) → Future - Bind to listen for events sent on the given channel
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
trigger(
String eventName, {String? data}) → Future -
Trigger
eventName(will be prefixed with "client-" in case you have not) for Channel. -
unbind(
String eventName) → Future
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited