timeoutSeconds property
Gets the BaseClientConfig.timeoutSeconds from API_TIMEOUT_SECONDS in the provided env.
Implementation
@override
int get timeoutSeconds => int.parse(getOrThrow('API_TIMEOUT_SECONDS'));
Gets the BaseClientConfig.timeoutSeconds from API_TIMEOUT_SECONDS in the provided env.
@override
int get timeoutSeconds => int.parse(getOrThrow('API_TIMEOUT_SECONDS'));