getConnectTimeout method

Duration getConnectTimeout(
  1. Environment env
)

Get timeouts for the given environment

Implementation

Duration getConnectTimeout(Environment env) => const Duration(seconds: 30);