* Remove the specific problem items * @param id single or multiple ids
(id: UniqueId | UniqueId[])
| 31 | * @param id single or multiple ids |
| 32 | */ |
| 33 | remove(id: UniqueId | UniqueId[]): void; |
| 34 | /** |
| 35 | * Reset the ProblemsService state data |
| 36 | */ |
no outgoing calls
no test coverage detected