menu
fastyle_calculator package
documentation
logic/delegates/calculator_bloc.delegate.dart
FastCalculatorBlocDelegate
getUserLocaleCode method
getUserLocaleCode method
dark_mode
light_mode
getUserLocaleCode
method
String
?
getUserLocaleCode
(
)
Retrieves the user's locale code. Returns null by default.
Implementation
String? getUserLocaleCode() => null;
fastyle_calculator package
documentation
logic/delegates/calculator_bloc.delegate
FastCalculatorBlocDelegate
getUserLocaleCode method
FastCalculatorBlocDelegate class