mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
feat: implement database backup
This commit is contained in:
@@ -17,6 +17,9 @@ export default class Storage {
|
||||
remove(key) {
|
||||
return this.storage.remove(key);
|
||||
}
|
||||
getAllKeys() {
|
||||
return this.storage.getAllKeys();
|
||||
}
|
||||
encrypt(password, data) {
|
||||
return this.storage.encrypt(password, data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user