Skip to main content

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

NameType
optionsRemoveStorageOptions

Returns

Promise<void>


Interface: RemoveStorageOptions#

NameTypeDescription
keystringSpecified in the local cache key