networkTimeout property
Timeout for network requests (defaults to 30 seconds)
Implementation
@JsonKey(fromJson: _durationFromJson, toJson: _durationToJson)
final Duration networkTimeout;
Timeout for network requests (defaults to 30 seconds)
@JsonKey(fromJson: _durationFromJson, toJson: _durationToJson)
final Duration networkTimeout;