We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a301204 commit 7afc19aCopy full SHA for 7afc19a
lib/repositories/survey_repository.dart
@@ -1,4 +1,3 @@
1
-import 'package:injectable/injectable.dart';
2
import 'package:survey_flutter/api/exception/network_exceptions.dart';
3
import 'package:survey_flutter/api/survey_api_service.dart';
4
import 'package:survey_flutter/model/surveys_container_model.dart';
@@ -10,7 +9,6 @@ abstract class SurveyRepository {
10
9
});
11
}
12
13
-@LazySingleton(as: SurveyRepository)
14
class SurveyRepositoryImpl extends SurveyRepository {
15
final SurveyApiService _apiService;
16
0 commit comments