menu
electrician_app
features/settings/domain/repositories/settings_repository.dart
SettingsRepository
setLocale abstract method
setLocale
dark_mode
light_mode
description
setLocale
abstract method
Future
<
Either
<
Failure
,
void
>
>
setLocale
(
String
locale
)
Sets the app locale (language)
Implementation
Future<Either<Failure, void>> setLocale(String locale);
electrician_app
settings_repository
SettingsRepository
setLocale abstract method
SettingsRepository class