Pauses the timers for all visible toasts.
()
| 47 | close(key: string): void; |
| 48 | /** Pauses the timers for all visible toasts. */ |
| 49 | pauseAll(): void; |
| 50 | /** Resumes the timers for all visible toasts. */ |
| 51 | resumeAll(): void; |
| 52 | /** The visible toasts. */ |
no outgoing calls
no test coverage detected