websocketTimeout property Null safety

int websocketTimeout
read / write

Sets the websocket response timeout used in sending/receiving commmands by websocket. The value should be between 5 seconds and 300 seconds (5 minutes). The default value is 10 seconds.

Implementation

int websocketTimeout;