A cleanup function returned by any subscribe / on* method.
subscribe
on*
Calling it removes the listener. Idempotent — calling twice is a no-op.
A cleanup function returned by any
subscribe/on*method.Calling it removes the listener. Idempotent — calling twice is a no-op.