OutputPath constructor
OutputPath({
- required String? apiClient,
- required String? loggerInterceptor,
- required String? assetsUtils,
- required String? fcmService,
- required String? refreshToken,
- required String? appStorageService,
- required String? sqfliteService,
- required String? paginationService,
- required String? theme,
- required String? translationKeys,
- 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,
});