menu
crdt_socket_sync package
documentation
web_socket_client.dart
CRDTSocketClient
sendChange abstract method
sendChange abstract method
dark_mode
light_mode
sendChange
abstract method
Future
<
void
>
sendChange
(
Change
change
)
Send a
Change
to the server
Implementation
Future<void> sendChange(Change change);
crdt_socket_sync package
documentation
web_socket_client
CRDTSocketClient
sendChange abstract method
CRDTSocketClient class