GetThreadLocale method

int GetThreadLocale()

Implementation

int GetThreadLocale() {
  return (_GetThreadLocale ??=
      _dylib.lookupFunction<_c_GetThreadLocale, _dart_GetThreadLocale>(
          'GetThreadLocale'))();
}