menu
dio_http_util package
documentation
unauthorized_retry_config.dart
UnauthorizedRetryConfig
excludedPathPrefixes property
excludedPathPrefixes property
dark_mode
light_mode
excludedPathPrefixes
property
List
<
String
>
excludedPathPrefixes
final
不触发刷新重试的 path
前缀
;由调用方按自身路由约定填写(包内默认为空,不排除任何路径)。
Implementation
final List<String> excludedPathPrefixes;
dio_http_util package
documentation
unauthorized_retry_config
UnauthorizedRetryConfig
excludedPathPrefixes property
UnauthorizedRetryConfig class