RunScriptFromUriFfiDartType typedef

RunScriptFromUriFfiDartType = int Function(int engineId, int vfsId, Pointer<Utf16> uri, Pointer<Utf16> codeCacheDir, int canUseCodeCache, int isLocalFile, int callbackId)

Implementation

typedef RunScriptFromUriFfiDartType = int Function(
  int engineId,
  int vfsId,
  Pointer<Utf16> uri,
  Pointer<Utf16> codeCacheDir,
  int canUseCodeCache,
  int isLocalFile,
  int callbackId,
);