changeLocale method

void changeLocale(
  1. Locale? value
)

Implementation

void changeLocale(Locale? value) => Translation.changeLocale(value);