new: setting item of record history

This commit is contained in:
lollipopkit
2023-08-30 19:33:06 +08:00
parent f4b6326652
commit 28660b82ef
9 changed files with 69 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
import 'package:toolbox/core/persistant_store.dart';
import '../../core/persistant_store.dart';
class DockerStore extends PersistentStore {
class DockerStore extends PersistentStore<String> {
String? fetch(String id) {
return box.get(id);
}