setLocale method

void setLocale(
  1. Locale? l
)
inherited

Implementation

void setLocale(Locale? l) {
  locale = l;
}