FindCloseChangeNotification method
Implementation
int FindCloseChangeNotification(
ffi.Pointer<ffi.Void> hChangeHandle,
) {
return (_FindCloseChangeNotification ??= _dylib.lookupFunction<
_c_FindCloseChangeNotification,
_dart_FindCloseChangeNotification>('FindCloseChangeNotification'))(
hChangeHandle,
);
}