setLocale abstract method

Future<Either<Failure, void>> setLocale(
  1. String locale
)

Sets the app locale (language)

Implementation

Future<Either<Failure, void>> setLocale(String locale);