websocketUrl property
WebSocket server URL for real-time sync.
Required when enableRealtimeSync is true.
Should use secure WebSocket protocol (wss://) in production. Example: 'wss://api.example.com/ws'
The WebSocket server must implement the SyncLayer real-time protocol. See documentation for server implementation guide.
Implementation
final String? websocketUrl;