appUpdateLocale function

void appUpdateLocale(
  1. Locale l
)

Implementation

void appUpdateLocale(Locale l) {
  Get.updateLocale(l);
}