mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
chore: screenshots
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import '../../core/persistant_store.dart';
|
||||
import '../model/server/private_key_info.dart';
|
||||
|
||||
class PrivateKeyStore extends PersistentStore<PrivateKeyInfo> {
|
||||
class PrivateKeyStore extends PersistentStore {
|
||||
PrivateKeyStore() : super('key');
|
||||
|
||||
void put(PrivateKeyInfo info) {
|
||||
|
||||
Reference in New Issue
Block a user