onAdd method

Future<void> onAdd(
  1. Wire wire
)

Implementation

Future<void> onAdd(Wire<dynamic> wire) async {
  return _process((WireMiddleware mw) => mw.onAdd(wire));
}