(
skuList: Array<string>,
onSuccess: (skuList: Array<Object>) => void,
onError: (err: String) => Error,
)
| 1 | interface Iap { |
| 2 | getProducts( |
| 3 | skuList: Array<string>, |
| 4 | onSuccess: (skuList: Array<Object>) => void, |
| 5 | onError: (err: String) => Error, |
no outgoing calls
no test coverage detected