win32_registry
win32_registry copied to clipboard
feat: observe key values changes
I've added the ability to observe changes of key values. User gets notification event via stream if values inside the key changes. Optionally, user can set includeSubkeys
to also get notified about changes in subkeys. We need to encapsulate RegNotifyChangeKeyValue
function in isolate otherwise apps would be locked.