selectLocale method

void selectLocale(
  1. BuildContext context, [
  2. String? reason
])

Implementation

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