SinkSignalMixin
SinkSignalMixin is a mixin for a Signal that implements Sink.
This allows you to use the signal as a Sink anywhere you would use a Sink in Dart.
.add()
When add
is called it will set the value of the signal.
.close()
When close
is called it will dispose the signal and remove all listeners.