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