getCurrentLocale method

String getCurrentLocale()

Implementation

String getCurrentLocale() {
  return Intl.defaultLocale ?? 'en';
}