WireMiddleware class abstract

Constructors

WireMiddleware()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAdd(Wire wire) Future<void>
onData(String key, dynamic prevValue, dynamic nextValue) Future<void>
onRemove(String signal, [Object? scope, WireListener? listener]) Future<void>
onSend(String signal, [Object? payload, Object? scope]) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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