bn.removeStorage
▸ removeStorage(options): Promise<void>
description Removes the specified item from the local cache key.
example
bn.removeStorage({
key: 'key',
success (res) {
console.log(res)
}
})
Parameters
| Name | Type |
|---|---|
options | RemoveStorageOptions |
Returns
Promise<void>
Interface: RemoveStorageOptions
| Name | Type | Description |
|---|---|---|
| key | string | Specified in the local cache key |