1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||
|
export async function removeKey(key) { |
||||
|
return true; |
||||
|
} |
||||
|
|
||||
|
export async function setKey(key, value) { |
||||
|
return true; |
||||
|
} |
||||
|
|
||||
|
export async function getKey(key) { |
||||
|
return '1234567890'; |
||||
|
} |
Loading…
Reference in new issue