WireMiddlewaresLayer class

Constructors

WireMiddlewaresLayer()

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

add(WireMiddleware middleware) → void
clear() → void
has(WireMiddleware middleware) bool
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>
onReset(String key, dynamic prevValue) Future<void>
onSend(String signal, dynamic payload) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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