Bind a channel to an event.
void on(String event, Function callback) => subscription.bind(event, callback);