menu
djangoflow_app package
documentation
djangoflow_app.dart
AppCubit
updateLocale method
updateLocale method
dark_mode
light_mode
updateLocale
method
void
updateLocale
(
String
locale
)
Implementation
void updateLocale(String locale) => emit( state.copyWith( locale: locale, ), );
djangoflow_app package
documentation
djangoflow_app
AppCubit
updateLocale method
AppCubit class