instance property
Shared singleton instance responsible for maintaining all registered channels and listeners globally across the application lifecycle. Using a singleton guarantees that every feature communicates through the same centralized and synchronized event distribution system during execution.
Implementation
static final Channeler instance = Channeler._();