defaultPdfPageMemory top-level property
A single, shared InMemoryPdfPageMemory so page position survives across renderer instances (e.g. leaving and reopening the same attachment) within one app session, without callers having to thread one through themselves.
Implementation
final defaultPdfPageMemory = InMemoryPdfPageMemory();