menu
messenger
domain/repository/settings.dart
AbstractSettingsRepository
setLocale abstract method
setLocale
dark_mode
light_mode
setLocale
abstract method
Future
<
void
>
setLocale
(
String
locale
)
Sets the
ApplicationSettings.locale
value.
Implementation
Future<void> setLocale(String locale);
messenger
settings
AbstractSettingsRepository
setLocale abstract method
AbstractSettingsRepository class