LxOnSet typedef

LxOnSet = void Function(dynamic value) Function(void next(dynamic value), LxReactive reactive, LevitReactiveChange change)

Helper typedefs for middleware interception.

Implementation

typedef LxOnSet = void Function(dynamic value) Function(
  void Function(dynamic value) next,
  LxReactive reactive,
  LevitReactiveChange<dynamic> change,
);