* Is called when the server wants to unregister a feature. * * @param id the id used when registering the feature.
(id: string)
| 651 | * @param id the id used when registering the feature. |
| 652 | */ |
| 653 | unregister(id: string): void; |
| 654 | |
| 655 | /** |
| 656 | * Called when the client is stopped to dispose this feature. Usually a feature |
no outgoing calls
no test coverage detected