timeoutMsDefault property
set
timeoutMsDefault
(int value)
Sets the default timeout in milliseconds.
Implementation
set timeoutMsDefault(int value) => _options.timeoutMsDefault = value;
Sets the default timeout in milliseconds.
set timeoutMsDefault(int value) => _options.timeoutMsDefault = value;