SetThreadDpiHostingBehavior method
Implementation
int SetThreadDpiHostingBehavior(
int value,
) {
return (_SetThreadDpiHostingBehavior ??= _dylib.lookupFunction<
_c_SetThreadDpiHostingBehavior,
_dart_SetThreadDpiHostingBehavior>('SetThreadDpiHostingBehavior'))(
value,
);
}