GetThreadDpiHostingBehavior method
Implementation
int GetThreadDpiHostingBehavior() {
return (_GetThreadDpiHostingBehavior ??= _dylib.lookupFunction<
_c_GetThreadDpiHostingBehavior,
_dart_GetThreadDpiHostingBehavior>('GetThreadDpiHostingBehavior'))();
}