WireCommunicateLayer class

Created by Vladimir Cores (Minkin) on 07/10/19. Github: https://github.com/vladimircores License: APACHE LICENSE, VERSION 2.0

Constructors

WireCommunicateLayer()

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(Wire wire) Wire
clear() Future<void>
getByListener(WireListener listener) List<Wire>
getByScope(Object scope) List<Wire>
getBySignal(String signal) List<Wire>
getByWireId(int wireId) Wire?
hasSignal(String signal) bool
hasWire(Wire wire) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String signal, [Object? scope, WireListener? listener]) Future<bool>
send(String signal, [dynamic payload, dynamic scope]) Future<WireSendResults>
toString() String
A string representation of this object.
inherited

Operators

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