Dart SDK
dart:js
JsNative
method callMethod
callMethod
class JsNative
Constructors
JsNative
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
callConstructor
callConstructor0
callMethod
getProperty
hasProperty
instanceof
jsify
newArray
newObject
setProperty
toTypedObject
withThis
dynamic
callMethod
(
_JSObjectBase
o
,
String
method
,
List
args
)
Source
static callMethod(_JSObjectBase o, String method, List args) => o._callMethod(method, args);
method callMethod