dynamic callMethod(Object o, String method, List<Object?> args) => JS('Object|Null', '#[#].apply(#, #)', o, method, o, args);