DisableProcessWindowsGhosting method

void DisableProcessWindowsGhosting()

Implementation

void DisableProcessWindowsGhosting() {
  return (_DisableProcessWindowsGhosting ??= _dylib.lookupFunction<
          _c_DisableProcessWindowsGhosting,
          _dart_DisableProcessWindowsGhosting>(
      'DisableProcessWindowsGhosting'))();
}