menu
Dart
dart:js_util
callMethod<
T
> function
callMethod
brightness_4
brightness_5
description
callMethod<
T
>
function
T
callMethod
<
T
>(
Object
o
,
Object
method
,
List
<
Object
?
>
args
)
Implementation
external T callMethod<T>(Object o, Object method, List<Object?> args);
Dart
dart:js_util
callMethod<
T
> function
dart:js_util library
Properties
globalThis
objectPrototype
Functions
add
allowInterop
allowInteropCaptureThis
and
callConstructor
callMethod
createDartExport
createStaticInteropMock
dartify
delete
divide
equal
exponentiate
getProperty
greaterThan
greaterThanOrEqual
hasProperty
instanceof
instanceOfString
isJavaScriptArray
isJavaScriptSimpleObject
isTruthy
jsify
lessThan
lessThanOrEqual
modulo
multiply
newObject
not
notEqual
objectGetPrototypeOf
objectKeys
or
promiseToFuture
setProperty
strictEqual
strictNotEqual
subtract
typeofEquals
unsignedRightShift
Exceptions
NullRejectionException