mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 07:44:26 +01:00
new: setting item of record history
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user