DisposeFunc typedef

DisposeFunc = void Function()

The callback to use when disposing the Disposable.

Implementation

typedef void DisposeFunc();