dynamic callMethod(JsObject o, String method, args)

Not documented.

Source

static callMethod(JsObject o, String method, List args) {
  return o._callMethod(method, args);
}