File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -96,13 +96,6 @@ class _MyHomePageState extends State<MyHomePage> with WidgetsBindingObserver {
9696 new AdjustConfig ('2fm9gkqubvpc' , AdjustEnvironment .sandbox);
9797 config.logLevel = AdjustLogLevel .verbose;
9898
99- config.setUrlStrategy (['adjust.net.in' , 'adjust.com' ], true , false );
100- //config.setUrlStrategy(['adjust.world', 'adjust.com'], true, false);
101- //config.setUrlStrategy(['adjust.cn'], true, false);
102- //config.setUrlStrategy(['eu.adjust.com'], true, true);
103- //config.setUrlStrategy(['us.adjust.com'], true, true);
104- //config.setUrlStrategy(['tr.adjust.com'], true, true);
105-
10699 config.attributionCallback = (AdjustAttribution attributionChangedData) {
107100 print ('[Adjust]: Attribution changed!' );
108101
You can’t perform that action at this time.
0 commit comments