VariableSourceListener typedef

VariableSourceListener = void Function(dynamic value)

A function that is called when a source produces a value that should be pushed to the variables that are bound to it

Implementation

typedef VariableSourceListener = void Function(dynamic value);