DartInvokeJSFunctionRef typedef
DartInvokeJSFunctionRef =
void Function(Pointer<NativeJSFunctionRef> functionRef, int argc, Pointer<NativeValue> argv, Pointer<Void> resolver, Pointer<NativeFunction<NativeInvokeJSFunctionRefCallback> > callback)
Implementation
typedef DartInvokeJSFunctionRef = void Function(
Pointer<NativeJSFunctionRef> functionRef,
int argc,
Pointer<NativeValue> argv,
Pointer<Void> resolver,
Pointer<NativeFunction<NativeInvokeJSFunctionRefCallback>> callback);