mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: sync immediately after changes (#577)
This commit is contained in:
@@ -5,7 +5,9 @@ import 'package:server_box/data/res/store.dart';
|
||||
const _keyConfig = 'providerConfig';
|
||||
|
||||
class ContainerStore extends PersistentStore {
|
||||
ContainerStore() : super('docker');
|
||||
ContainerStore._() : super('docker');
|
||||
|
||||
static final instance = ContainerStore._();
|
||||
|
||||
String? fetch(String? id) {
|
||||
return box.get(id);
|
||||
|
||||
Reference in New Issue
Block a user