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 bee7768 commit 00b1533Copy full SHA for 00b1533
lib/app/bloc/app_event.dart
@@ -92,12 +92,12 @@ class AppTextScaleFactorChanged extends AppEvent {
92
List<Object?> get props => [appTextScaleFactor];
93
}
94
95
-/// {@template _app_config_fetch_requested}
96
-/// Internal event to trigger fetching of the global AppConfig.
+/// {@template app_config_fetch_requested}
+/// Event to trigger fetching of the global AppConfig.
97
/// {@endtemplate}
98
-class _AppConfigFetchRequested extends AppEvent {
99
- /// {@macro _app_config_fetch_requested}
100
- const _AppConfigFetchRequested();
+class AppConfigFetchRequested extends AppEvent {
+ /// {@macro app_config_fetch_requested}
+ const AppConfigFetchRequested();
101
102
103
/// {@template app_user_account_action_shown}
0 commit comments