FunctionToJSExportedDartFunction extension - dart:js_interop library (original) (raw)

description

Conversions from Function to JSExportedDartFunction.

on

Properties

toJSJSExportedDartFunction

Available on Function, provided by the FunctionToJSExportedDartFunction extension

A callable JavaScript function that wraps this Function.

no setter

toJSCaptureThisJSExportedDartFunction

Available on Function, provided by the FunctionToJSExportedDartFunction extension

A callable JavaScript function that wraps this Function and captures thethis value when called.

no setter