Disposable typedef

Disposable = void Function()

Represents a function that is responsible for disposing listeners.

Implementation

typedef Disposable = void Function();