mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
save
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user