timeoutSeconds property

  1. @override
int get timeoutSeconds
override

Gets the BaseClientConfig.timeoutSeconds from API_TIMEOUT_SECONDS in the provided env.

Implementation

@override
int get timeoutSeconds => int.parse(getOrThrow('API_TIMEOUT_SECONDS'));