timeoutMsDefault property

set timeoutMsDefault (int value)

Sets the default timeout in milliseconds.

Implementation

set timeoutMsDefault(int value) => _options.timeoutMsDefault = value;