mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Update code
This commit is contained in:
8
lib/task.dart
Normal file
8
lib/task.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
import 'api/task.dart';
|
||||
|
||||
class TaskManager {
|
||||
Map<int, TaskDetail> tasks = {};
|
||||
void clear() {
|
||||
tasks.clear();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user