Disposer typedef

Disposer = void Function()

This callback removes the listener added by the addListener function.

Implementation

typedef Disposer = void Function();