Disposer typedef

Disposer = void Function()

This callback removes the listener when called.

Implementation

typedef Disposer = void Function();