FindNextChangeNotification method

int FindNextChangeNotification(
  1. Pointer<Void> hChangeHandle
)

Implementation

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