menu
tencent_cos_sdk_chassis package
documentation
chassis/fetch/cos_fetch_config.dart
COSFetchConfig
reqHandlers property
reqHandlers property
dark_mode
light_mode
reqHandlers
property
List
<
Future
<
void
>
Function
(
COSFetchContext
fetchContext
)
>
?
reqHandlers
final
请求处理函数
Implementation
final List<Future<void> Function(COSFetchContext fetchContext)>? reqHandlers;
tencent_cos_sdk_chassis package
documentation
chassis/fetch/cos_fetch_config
COSFetchConfig
reqHandlers property
COSFetchConfig class