* Closes a toast.
(key: string)
| 45 | * Closes a toast. |
| 46 | */ |
| 47 | close(key: string): void; |
| 48 | /** Pauses the timers for all visible toasts. */ |
| 49 | pauseAll(): void; |
| 50 | /** Resumes the timers for all visible toasts. */ |
no outgoing calls
no test coverage detected