Listen for a whisper event on the channel instance.
void listenForWhisper(String event, Function callback) => listen('.client-$event', callback);