Calls JavaScript a method in object o with args.
method
o
args
dynamic callJSObjectMethod(Object o, String method, [List? args]) { return callMethod(o, method, args ?? []); }