🐛 Bug fixes in upload task tracking

This commit is contained in:
2025-11-11 00:00:09 +08:00
parent b8d24876c8
commit 0391893b32
5 changed files with 61 additions and 47 deletions

View File

@@ -33,6 +33,7 @@ sealed class DriveTask with _$DriveTask {
required String type, // Task type (e.g., 'FileUpload')
double? transmissionProgress, // Local file upload progress (0.0-1.0)
String? errorMessage,
String? statusMessage,
SnCloudFile? result,
String? poolId,
String? bundleId,