()
| 66 | addEvent(eventInput: EventInput, sourceInput?: EventSourceApi | string | boolean): EventApi | null |
| 67 | getEventById(id: string): EventApi | null |
| 68 | getEvents(): EventApi[] |
| 69 | removeAllEvents(): void |
| 70 | |
| 71 | // Public Event Sources API |
no outgoing calls
no test coverage detected