* The method to be invoked during `init`. It will only be called at most once * for a given application instance.
(...injectedArgs: unknown[])
| 23 | * for a given application instance. |
| 24 | */ |
| 25 | init?(...injectedArgs: unknown[]): ValueOrPromise<void>; |
| 26 | /** |
| 27 | * The method to be invoked during `start` |
| 28 | */ |
no outgoing calls
no test coverage detected