refresh method

void refresh([
  1. bool redraw = true
])

Implementation

void refresh([bool redraw = true]) {
  String json = options.toJSON();
  if (debug) debugPrint(json);
  webViewController.runJavaScript('HighchartsFlutter.update($json, $redraw)');
}