This commit is contained in:
Peter Maquiran
2023-01-05 12:11:50 +01:00
parent 0d485672d8
commit 572ab6db7b
12 changed files with 165 additions and 88 deletions
+4
View File
@@ -19,6 +19,10 @@ const { Storage } = Plugins; */
return (SHA1('service'+this.constructor.name+key)).toString()
}
async keyExist(key:string) {
return await localstoreService.keyExist(this.key(key))
}
// Store the value
async store(key: string, value: any) {