CounterChangeCallback typedef

CounterChangeCallback = void Function(num value)

Implementation

typedef void CounterChangeCallback(num value);