SenderOnReceivedMixin mixin
- Superclass constraints
- Mixin applications
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- identityKey → Object
-
latefinalinherited
- messageKey ↔ Object?
-
getter/setter pairinherited
- nullOnError ↔ bool
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverName ↔ String?
-
getter/setter pairinherited
Methods
-
addData(
dynamic data) → void -
inherited
-
addError(
Object error, StackTrace stackTrace) → void -
inherited
-
cancel(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onReceived(
dynamic message) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
onSenderReceived(
Sender sender, dynamic message) → void