File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ class AppBloc extends Bloc<AppEvent, AppState> {
18
18
required local_config.AppEnvironment environment,
19
19
}) : _authenticationRepository = authenticationRepository,
20
20
_userAppSettingsRepository = userAppSettingsRepository,
21
- _appConfigRepository = appConfigRepository,
22
- _environment = environment,
23
21
super (
24
22
const AppState (),
25
23
) {
@@ -34,8 +32,6 @@ class AppBloc extends Bloc<AppEvent, AppState> {
34
32
35
33
final HtAuthRepository _authenticationRepository;
36
34
final HtDataRepository <UserAppSettings > _userAppSettingsRepository;
37
- final HtDataRepository <AppConfig > _appConfigRepository;
38
- final local_config.AppEnvironment _environment;
39
35
late final StreamSubscription <User ?> _userSubscription;
40
36
41
37
/// Handles user changes and loads initial settings once user is available.
You can’t perform that action at this time.
0 commit comments