Appearance
type Unsubscribe = () => void;
Unsubscribe function returned by subscribe(). Calling it detaches the handler.
subscribe()
void