AppsFlyerAdapter constructor
Implementation
AppsFlyerAdapter({
required String devKey,
required String appId,
}) : _appsflyerSdk = AppsflyerSdk(AppsFlyerOptions(
afDevKey: devKey,
appId: appId,
showDebug: true,
)) {
_init();
}