callArgs method

dynamic callArgs(
  1. String methodName,
  2. List args
)

Implementation

dynamic callArgs(String methodName, List args) =>
    jsProxy!.callMethod(methodName, args);