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