wire library

Classes

Wire<T>
WireCommunicateLayer
Created by Vladimir Cores (Minkin) on 07/10/19. Github: https://github.com/vladimircores License: APACHE LICENSE, VERSION 2.0
WireData
WireDataContainerLayer
WireDataLockToken
WireMiddleware
WireMiddlewaresLayer
WireSendError
WireSendResults
Created by Vladimir (Cores) Minkin on 12/10/22. Github: https://github.com/vladimircores License: APACHE LICENSE, VERSION 2.0

Typedefs

WireDataGetter = dynamic Function(WireData that)
WireDataListener = Future<void> Function(dynamic value)
Created by Vladimir Cores (Minkin) on 12/06/20. Github: https://github.com/vladimircores License: APACHE LICENSE, VERSION 2.0
WireDataOnReset = void Function(String, dynamic)
WireListener<T> = Future Function(T? payload, int wireId)
Wire - communication and data layers which consist of string keys, thus realization of String API when each component of the system - logical or visual - represented as a set of Strings - what it consumes is Data API and what it produces or reacts to is Signals API.
WireValueFunction<T> = dynamic Function(T? prevValue)