* Initialize HTTP API service (desktop only)
()
| 380 | * Initialize HTTP API service (desktop only) |
| 381 | */ |
| 382 | async initializeAfterLayoutReady(): Promise<void> { |
| 383 | await initializeAfterLayoutReady(this); |
| 384 | } |
| 385 | |
| 386 | /** |
| 387 | * Initialize heavy services lazily in the background |
no test coverage detected