* Cancel a previously scheduled callback using the id associated with it.
(id: number)
| 49 | * Cancel a previously scheduled callback using the id associated with it. |
| 50 | */ |
| 51 | cancelOnIdle(id: number): void; |
| 52 | } |
| 53 | |
| 54 | export const IDLE_SERVICE = new InjectionToken<IdleService>(ngDevMode ? 'IDLE_SERVICE' : '', { |
no outgoing calls
no test coverage detected