dynamic callMethod1(JSObject obj, String method, dynamic arg1) { return obj.callMethod(method.toJS, arg1); }