OnFailure typedef

OnFailure = void Function(int errorCode, String errorMessage, String savePath)

下载失败回调 errorCode 描述信息 errorMessage 描述信息 savePath 保存路径

Implementation

typedef OnFailure = void Function(
    int errorCode, String errorMessage, String savePath);