|
|
@@ -12,7 +12,6 @@ import 'package:location/resource/colors.gen.dart';
|
|
|
import 'package:location/resource/string.gen.dart';
|
|
|
import 'package:location/resource/string_source.dart';
|
|
|
import 'package:location/router/app_pages.dart';
|
|
|
-import 'package:location/sdk/asa/asa_helper.dart';
|
|
|
import 'package:location/sdk/bugly/bugly_helper.dart';
|
|
|
import 'package:location/sdk/gravity/gravity_helper.dart';
|
|
|
import 'package:location/sdk/map/map_helper.dart';
|
|
|
@@ -96,8 +95,6 @@ class AppInitTask implements EnsurePolicyGrant {
|
|
|
await MapHelper.init();
|
|
|
//一键登录
|
|
|
QuickLoginHelper.init();
|
|
|
- //苹果搜索广告归因插件
|
|
|
- AsaHelper.init();
|
|
|
}
|
|
|
}
|
|
|
|