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