refresh method

dynamic refresh()

Implementation

refresh() {
  return _callFunc(jsonEncode({"key": "refresh", "params": null}));
}