ensureInitialized method

  1. @override
Future<void> ensureInitialized()
override

Ensures the manager is fully initialized — active model/embedder state restored from storage (#227). Idempotent and safe to call concurrently; all callers share a single initialization. Await this before reading activeInferenceModel / activeEmbeddingModel (#314).

Implementation

@override
Future<void> ensureInitialized() => initialize();