bn.clearStorageSync
▸ clearStorageSync(): void
description
Clean the local data cache.
example
try {
bn.clearStorageSync()
} catch(error) {
// From the something when catch error
}
Returns
void
▸ clearStorageSync(): void
description
Clean the local data cache.
example
try {
bn.clearStorageSync()
} catch(error) {
// From the something when catch error
}
Returns
void