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