DisposeFunction typedef

DisposeFunction = void Function()

A function that can be called to dispose of (cancel) an event subscription.

Implementation

typedef DisposeFunction = void Function();