FunctionToJSExportedDartFunction extension - dart:js_interop library (original) (raw)
Conversions from Function to JSExportedDartFunction.
on
Properties
Available on Function, provided by the FunctionToJSExportedDartFunction extension
A callable JavaScript function that wraps this Function.
no setter
toJSCaptureThis → JSExportedDartFunction
Available on Function, provided by the FunctionToJSExportedDartFunction extension
A callable JavaScript function that wraps this Function and captures thethis
value when called.
no setter