currentLocale property

String get currentLocale

The active locale string value.

Implementation

String get currentLocale => locale.value;
set currentLocale (String val)

Sets the active locale string value, updating the reactive locale signal and persisting to storage.

Implementation

set currentLocale(String val) => setLocale(val);