(
apiKey: string,
// eslint-disable-next-line @typescript-eslint/no-wrapper-object-types -- RN codegen requires `Object`, not `object`
config: Object,
version: string,
apiEndPointOverride: string
)
| 40 | ): Promise<boolean>; |
| 41 | |
| 42 | initialize2WithApiKey( |
| 43 | apiKey: string, |
| 44 | // eslint-disable-next-line @typescript-eslint/no-wrapper-object-types -- RN codegen requires `Object`, not `object` |
| 45 | config: Object, |
no outgoing calls
no test coverage detected