GetDpiForSystem method
Implementation
int GetDpiForSystem() {
return (_GetDpiForSystem ??=
_dylib.lookupFunction<_c_GetDpiForSystem, _dart_GetDpiForSystem>(
'GetDpiForSystem'))();
}
int GetDpiForSystem() {
return (_GetDpiForSystem ??=
_dylib.lookupFunction<_c_GetDpiForSystem, _dart_GetDpiForSystem>(
'GetDpiForSystem'))();
}