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 {
96
96
new AdjustConfig ('2fm9gkqubvpc' , AdjustEnvironment .sandbox);
97
97
config.logLevel = AdjustLogLevel .verbose;
98
98
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
-
106
99
config.attributionCallback = (AdjustAttribution attributionChangedData) {
107
100
print ('[Adjust]: Attribution changed!' );
108
101
You can’t perform that action at this time.
0 commit comments