Init snippet page and store

This commit is contained in:
LollipopKit
2021-10-31 15:22:05 +08:00
parent 9f3f07388e
commit 2eb6e19a86
8 changed files with 114 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ class PrivateKeyStore extends PersistentStore {
List<PrivateKeyInfo> fetch() {
return getPrivateKeyInfoList(
json.decode(box.get('key', defaultValue: '[]')!))!;
json.decode(box.get('key', defaultValue: '[]')!));
}
void delete(PrivateKeyInfo s) {