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