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