UnregisterBadMemoryNotification method

int UnregisterBadMemoryNotification(
  1. Pointer<Void> RegistrationHandle
)

Implementation

int UnregisterBadMemoryNotification(
  ffi.Pointer<ffi.Void> RegistrationHandle,
) {
  return (_UnregisterBadMemoryNotification ??= _dylib.lookupFunction<
          _c_UnregisterBadMemoryNotification,
          _dart_UnregisterBadMemoryNotification>(
      'UnregisterBadMemoryNotification'))(
    RegistrationHandle,
  );
}