UnsubscribeDelegate typedef

UnsubscribeDelegate = void Function()

Signature for functions that remove their associated callback when called.

Implementation

typedef UnsubscribeDelegate = void Function();