Setter<T> typedef
Setter<T> =
void Function(T value)
Set the state of the signal.
Implementation
typedef Setter<T> = void Function(T value);
Set the state of the signal.
typedef Setter<T> = void Function(T value);