Trigger onUnsubscription handlers.
Hook onUnsubscription(String channel) { _handlers[HookEvent.onUnsubscription]?.forEach((handler) { handler(channel); }); return this; }