static void accumulateNum(String key, double num) { _channel.invokeMethod("accumulateNum", {"key": key, "num": num}); }