void addMsgHandler(String channel, Function onMessage) { service.addMsgHandler(channel, onMessage); }