useDynamicTimeout property

bool get useDynamicTimeout

Whether to dynamically adjust the timeout or not

Implementation

bool get useDynamicTimeout => _cloudWatch.useDynamicTimeout;
set useDynamicTimeout (bool val)

Implementation

set useDynamicTimeout(bool val) => _cloudWatch.useDynamicTimeout = val;