File tree Expand file tree Collapse file tree
core/services/launch_review_service Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ class LaunchReviewException implements Exception {}
1717class LaunchReviewService {
1818 /// {@macro launch_review_service}
1919 const LaunchReviewService ({
20- String ? androidAppId,
2120 String ? iOSAppId,
2221 }) : _iOSAppId = iOSAppId;
2322
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Future<void> init() async {
2020 ..registerSingleton <UrlLauncherService >(const UrlLauncherService ())
2121 ..registerSingleton <PhotoManagerService >(PhotoManagerService ())
2222 ..registerSingleton <LaunchReviewService >(
23- const LaunchReviewService (androidAppId : kAndroidAppId ),
23+ const LaunchReviewService (),
2424 )
2525 ..registerSingleton <SharedPreferencesService >(
2626 SharedPreferencesService (sharedPreferences: sharedPreferences),
You can’t perform that action at this time.
0 commit comments