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 0a1f8ed commit 1ec0145Copy full SHA for 1ec0145
lib/app/bloc/app_event.dart
@@ -91,3 +91,11 @@ class AppTextScaleFactorChanged extends AppEvent {
91
@override
92
List<Object?> get props => [appTextScaleFactor];
93
}
94
+
95
+/// {@template _app_config_fetch_requested}
96
+/// Internal event to trigger fetching of the global AppConfig.
97
+/// {@endtemplate}
98
+class _AppConfigFetchRequested extends AppEvent {
99
+ /// {@macro _app_config_fetch_requested}
100
+ const _AppConfigFetchRequested();
101
+}
0 commit comments