Eq instance to compare IORefs using pointer equality
final ioRefEq = Eq.instance<IORef<Object?>>((a, b) => identical(a, b));