menu
crdt_socket_sync package
documentation
web_socket_server.dart
ServerSyncPlugin
onNewSession abstract method
onNewSession abstract method
dark_mode
light_mode
onNewSession
abstract method
void
onNewSession
(
ClientSession
session
)
Called when a new client session is created.
Implementation
void onNewSession(ClientSession session);
crdt_socket_sync package
documentation
web_socket_server
ServerSyncPlugin
onNewSession abstract method
ServerSyncPlugin class