callMethod0 method

dynamic callMethod0(
  1. JSObject obj,
  2. String method
)

Implementation

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