kImageEditorWebWorkerPath top-level constant
String
const kImageEditorWebWorkerPath
The URL of the web worker script.
This URL points to the JavaScript file that will be loaded by the
web.Worker
instance to run the web worker's code.
Implementation
const kImageEditorWebWorkerPath =
'assets/packages/pro_image_editor/lib/web/web_worker.dart.js';