defaultTimeOut property

Duration defaultTimeOut

The default timeout is 5 seconds before an unreachable request is dropped.

Implementation

static Duration get defaultTimeOut => Duration(seconds: 5);