DartEvaluateScripts typedef
DartEvaluateScripts =
int Function(Pointer<Void> , Pointer<NativeString> code, Pointer<Pointer<Uint8> > parsedBytecodes, Pointer<Uint64> bytecodeLen, Pointer<Utf8> url, int startLine)
Implementation
typedef DartEvaluateScripts = int Function(
Pointer<Void>, Pointer<NativeString> code, Pointer<Pointer<Uint8>> parsedBytecodes, Pointer<Uint64> bytecodeLen, Pointer<Utf8> url, int startLine);