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