(
skuId: string,
onSuccess: (responseCode: number) => void,
onError: (err: string) => void,
)
| 18 | onError: (err: string) => void, |
| 19 | ): void; |
| 20 | purchase( |
| 21 | skuId: string, |
| 22 | onSuccess: (responseCode: number) => void, |
| 23 | onError: (err: string) => void, |
no outgoing calls
no test coverage detected