getCurrentLocale function

String getCurrentLocale()

Implementation

String getCurrentLocale() {
  defaultLocale ??= systemLocale;
  return defaultLocale!;
}