fallback property

Future Function()? get fallback

The fallback function that will be called by JsIsolatedWorker when Web Worker is not available on the user's browser.

Implementation

Future<dynamic> Function()? get fallback;