menu
smart_dio package
documentation
http/pipeline/context.dart
RequestContext
skipHooks property
skipHooks property
dark_mode
light_mode
skipHooks
property
Map
<
Type
,
Set
<
LifecycleHook
>
>
skipHooks
final
跳过特定插件的特定生命周期钩子
Implementation
final Map<Type, Set<LifecycleHook>> skipHooks;
smart_dio package
documentation
http/pipeline/context
RequestContext
skipHooks property
RequestContext class