markInitialized method

void markInitialized()
inherited

Marks the worker as initialized and ready for requests.

Subclasses that pass markReady: false to initWorker must call this once their additional initialization steps complete.

Implementation

void markInitialized() => _initialized = true;