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

Source

static callMethod(_JSObjectBase o, String method, List args) =>
    o._callMethod(method, args);