WsHandler typedef

WsHandler = void Function(FlintWebSocket client, Map<String, String> params)

Implementation

typedef WsHandler = void Function(
    FlintWebSocket client, Map<String, String> params);