JsonRpcWebsocketClientOnDisconnect typedef
        JsonRpcWebsocketClientOnDisconnect =
     void Function()
    
    
The onDisconnect callback handler.
Implementation
typedef JsonRpcWebsocketClientOnDisconnect = void Function();The onDisconnect callback handler.
typedef JsonRpcWebsocketClientOnDisconnect = void Function();