initSdk method

void initSdk(
  1. String accountId,
  2. String devToken,
  3. String appleStoreId, {
  4. String? metaAppId,
  5. String? appsFlyerAppId,
  6. String? appsFlyerDevKey,
})

Implementation

void initSdk(String accountId, String devToken, String appleStoreId,
    {String? metaAppId, String? appsFlyerAppId, String? appsFlyerDevKey}) {
  throw UnimplementedError('initSdk() has not been implemented.');
}