Dart SDK
dart:js
JsNative
callMethod
callMethod
Dart SDK
dart:js
JsNative
callMethod
method
callMethod
Source
Dart SDK
dart:js
JsNative
Static methods
callMethod
getArrayIndex
getProperty
withThis
Constructors
JsNative
Properties
hashCode
runtimeType
Operators
operator ==
Methods
noSuchMethod
toString
dynamic
callMethod
(
JsObject
o
,
String
method
,
List
args
)
Source
static callMethod(JsObject o, String method, List args) { return o._callMethod(method, args); }