Skip to main content

bn.clearStorageSync

clearStorageSync(): void

description Clean the local data cache.

example

try {  bn.clearStorageSync()} catch(error) {  // From the something when catch error}

Returns

void