* Close the specific group all opened tabs * @param groupId The groupId is required
(groupId: UniqueId)
| 85 | * @param groupId The groupId is required |
| 86 | */ |
| 87 | closeAll(groupId: UniqueId): void; |
| 88 | /** |
| 89 | * Get the specific group |
| 90 | * @param groupId The groupId is required |
no outgoing calls
no test coverage detected