withProgressCallback method
Returns the upstream builder value with callback installed.
Implementation
TreeSitterParseOptions withProgressCallback(
TreeSitterProgressCallback callback,
) => TreeSitterParseOptions(progressCallback: callback);
Returns the upstream builder value with callback installed.
TreeSitterParseOptions withProgressCallback(
TreeSitterProgressCallback callback,
) => TreeSitterParseOptions(progressCallback: callback);