Disposer typedef

Disposer = void Function()

Callback function to remove a listener.

This is returned by addListener and can be called to remove the listener from the notifier.

Implementation

typedef Disposer = void Function();