menu
crdt_socket_sync package
documentation
web_socket_server.dart
ServerSyncPlugin
onSessionClosed abstract method
onSessionClosed abstract method
dark_mode
light_mode
onSessionClosed
abstract method
void
onSessionClosed
(
ClientSession
session
)
Called when
session
is closed.
Implementation
void onSessionClosed(ClientSession session);
crdt_socket_sync package
documentation
web_socket_server
ServerSyncPlugin
onSessionClosed abstract method
ServerSyncPlugin class