(
onSuccess: (responseCode: number) => void,
onError: (err: string) => void,
)
| 9 | onError: (err: string) => void, |
| 10 | ): void; |
| 11 | startConnection( |
| 12 | onSuccess: (responseCode: number) => void, |
| 13 | onError: (err: string) => void, |
| 14 | ): void; |
no outgoing calls
no test coverage detected