callMethod method
- dynamic method,
- [List args]
Calls method on the JavaScript object with the arguments args and
returns the result.
Implementation
external dynamic callMethod(method, [List args]);
Calls method on the JavaScript object with the arguments args and
returns the result.
external dynamic callMethod(method, [List args]);