changeSupportedLocales static method

void changeSupportedLocales(
  1. Iterable value
)

Implementation

static void changeSupportedLocales(Iterable value) {
  Translation.i.supportedLocales = value;
}