callbackDispatcher property

Function? callbackDispatcher
getter/setter pair

The callback dispatcher passed to WorkmanagerWeb().initialize(...).

Kept so the page can run the dispatcher itself when no Web Worker is available (in-page fallback execution).

Implementation

Function? callbackDispatcher;