CancelFunc typedef

CancelFunc = dynamic Function()

A function that closes a subscriber.

Implementation

typedef CancelFunc = Function();