RegDisablePredefinedCache method

int RegDisablePredefinedCache()

Implementation

int RegDisablePredefinedCache() {
  return (_RegDisablePredefinedCache ??= _dylib.lookupFunction<
      _c_RegDisablePredefinedCache,
      _dart_RegDisablePredefinedCache>('RegDisablePredefinedCache'))();
}