TimeoutException constructor
TimeoutException(
- Duration timeout
Implementation
TimeoutException(this.timeout)
: super('Operation timed out after ${timeout.inMilliseconds}ms');
TimeoutException(this.timeout)
: super('Operation timed out after ${timeout.inMilliseconds}ms');