menu
webapp package
documentation
wa_server.dart
SocketEvent
onDisconnect property
onDisconnect property
dark_mode
light_mode
onDisconnect
property
dynamic Function
(
SocketClient
socket
)
?
onDisconnect
getter/setter pair
Callback function invoked when a client disconnects.
Implementation
Function(SocketClient socket)? onDisconnect;
webapp package
documentation
wa_server
SocketEvent
onDisconnect property
SocketEvent class