dynamic callMethod(JSObject o, String method, List args)

Source

callMethod(JSObject o, String method, List args) =>
    JsNative.callMethod(o, method, args);