DartEvaluateScripts typedef
DartEvaluateScripts =
void Function(Pointer<Void> , Pointer<Uint8> code, int codeLen, Pointer<Pointer<Uint8> > parsedBytecodes, Pointer<Uint64> bytecodeLen, Pointer<Utf8> url, int startLine, Pointer<NativeBindingObject> , Object object, Pointer<NativeFunction<NativeEvaluateJavaScriptCallback> > resultCallback)
Implementation
typedef DartEvaluateScripts = void Function(
Pointer<Void>,
Pointer<Uint8> code,
int codeLen,
Pointer<Pointer<Uint8>> parsedBytecodes,
Pointer<Uint64> bytecodeLen,
Pointer<Utf8> url,
int startLine,
Pointer<NativeBindingObject>,
Object object,
Pointer<NativeFunction<NativeEvaluateJavaScriptCallback>> resultCallback);