Listen for an event on the channel instance.
@override void listen(String event, Function callback) => on(EventFormatter.format(event, options.nameSpace), callback);