OutputPath constructor

OutputPath({
  1. required String? apiClient,
  2. required String? loggerInterceptor,
  3. required String? assetsUtils,
  4. required String? fcmService,
  5. required String? refreshToken,
  6. required String? appStorageService,
  7. required String? sqfliteService,
  8. required String? paginationService,
  9. required String? theme,
  10. required String? translationKeys,
  11. required TranslationSystem? translations,
})

Implementation

OutputPath({
  required this.apiClient,
  required this.loggerInterceptor,
  required this.assetsUtils,
  required this.fcmService,
  required this.refreshToken,
  required this.appStorageService,
  required this.sqfliteService,
  required this.paginationService,
  required this.theme,
  required this.translationKeys,
  required this.translations,
});