Dart SDK
dart:js_util
callMethod
callMethod
Dart SDK
dart:js_util
callMethod
function
callMethod
Source
Dart SDK
dart:js_util
Functions
callConstructor
callMethod
getProperty
hasProperty
instanceof
jsify
newObject
setProperty
dynamic
callMethod
(
JSObject
o
,
String
method
,
List
args
)
Source
callMethod
(
JSObject o
,
String
method
,
List args
)
=>
JsNative
.
callMethod
(
o
,
method
,
args
);