Creates a Desktop Loro provider for collaborative editing.
This factory matches the signature expected by LoroCollaborationPlugin:
(id: string, docMap: Map<string, LoroDoc>, websocketUrl?: string) => Provider
Parameters
id: string
Unique identifier for this provider (usually document ID)
Creates a Desktop Loro provider for collaborative editing. This factory matches the signature expected by LoroCollaborationPlugin: (id: string, docMap: Map<string, LoroDoc>, websocketUrl?: string) => Provider