menu
webapp package
documentation
wa_server.dart
SocketManager
routes property
routes property
dark_mode
light_mode
routes
property
Map
<
String
,
SocketEvent
>
routes
getter/setter pair
A map of routes and corresponding
SocketEvent
handlers.
Implementation
Map<String, SocketEvent> routes = {};
webapp package
documentation
wa_server
SocketManager
routes property
SocketManager class