networkTimeoutInSeconds abstract method
- Duration networkTimeoutInSeconds
Sets the time interval for network timeouts in seconds.
For the default value please see the native API references.
Params:
- networkTimeoutInSeconds: the time interval for network timeouts in seconds.
Returns: a ConfigurationBuilder object.
Implementation
ConfigurationBuilder networkTimeoutInSeconds(
Duration networkTimeoutInSeconds,
);