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