deferredAutoAttach function

bool deferredAutoAttach(
  1. Factory factory
)

Whether the render box should attach this session itself.

Implementation

bool deferredAutoAttach(Factory factory) =>
    factory is DeferredSessionFactory && factory.autoAttach;