FindNextChangeNotification method
Implementation
int FindNextChangeNotification(
ffi.Pointer<ffi.Void> hChangeHandle,
) {
return (_FindNextChangeNotification ??= _dylib.lookupFunction<
_c_FindNextChangeNotification,
_dart_FindNextChangeNotification>('FindNextChangeNotification'))(
hChangeHandle,
);
}