selectLocale method
Implementation
void selectLocale(BuildContext context, [String? reason]) {
Translation.selectLocale(context, reason);
}
void selectLocale(BuildContext context, [String? reason]) {
Translation.selectLocale(context, reason);
}