getDocumentVersionData method
Get the document data for a specific version Reconstructs data from CRDT operations at the version's HLC snapshot
Implementation
@override
Future<Map<String, dynamic>?> getDocumentVersionData(String versionId) async {
return _versionData[versionId];
}