menu
crdt_socket_sync package
documentation
web_socket_server.dart
CRDTServerRegistry
applyChange abstract method
applyChange abstract method
dark_mode
light_mode
applyChange
abstract method
bool
applyChange
(
String
documentId
,
Change
change
)
Apply a change to a document
Implementation
bool applyChange(String documentId, Change change);
crdt_socket_sync package
documentation
web_socket_server
CRDTServerRegistry
applyChange abstract method
CRDTServerRegistry class