OnSuccess typedef
OnSuccess =
void Function(String savePath)
下载成功回调
savePath 保存路径
speed 下载速度
Implementation
typedef OnSuccess = void Function(String savePath);
下载成功回调
savePath 保存路径
speed 下载速度
typedef OnSuccess = void Function(String savePath);