GetDpiForSystem method

int GetDpiForSystem()

Implementation

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