Description
DocumentConnectionScope is a builder widget that manages opening and keeping a document connection alive (with simple retry and close-on-dispose).
- path: Document path to open (created if missing).
- room: Connected
RoomClient. - builder:
(BuildContext, MeshDocument?, Object?)called with the current document (or null while loading) and any error. - Returns:
Widgetthat rebuilds as the document loads/retries.