menu
flutter_onnxruntime package
documentation
web/flutter_onnxruntime_web_plugin.dart
FlutterOnnxruntimeWebPlugin
callMethod0 method
callMethod0 method
dark_mode
light_mode
callMethod0
method
dynamic
callMethod0
(
JSObject
obj
,
String
method
)
Implementation
dynamic callMethod0(JSObject obj, String method) { return obj.callMethod(method.toJS); }
flutter_onnxruntime package
documentation
web/flutter_onnxruntime_web_plugin
FlutterOnnxruntimeWebPlugin
callMethod0 method
FlutterOnnxruntimeWebPlugin class