ConnectionListener typedef

ConnectionListener = void Function(FlowElement srcElement, FlowElement destElement)

Listener definition for a new connection

Implementation

typedef ConnectionListener = void Function(
  FlowElement srcElement,
  FlowElement destElement,
);