setLocale method

dynamic setLocale(
  1. String locale
)

Implementation

setLocale(String locale) {
  this.locale = locale;
}