()
| 24 | currentThread: SerializedThread; |
| 25 | open: boolean; |
| 26 | close(): void; |
| 27 | onSend({ title, message }: { title?: string; message: string }): Promise<any>; |
| 28 | uploadFiles(files: File[]): Promise<void>; |
| 29 | progress: number; |
nothing calls this directly
no outgoing calls
no test coverage detected