send<T> method
发送请求
fetchConfig
请求配置
Implementation
Future<T> send<T>(COSFetchConfig fetchConfig) {
return fetch.send<T>(fetchConfig, config);
}
发送请求
fetchConfig
请求配置
Future<T> send<T>(COSFetchConfig fetchConfig) {
return fetch.send<T>(fetchConfig, config);
}