# tap.clearStorageSync()
以 Promise 风格调用:支持
# 功能描述
tap.clearStorage 的同步版本
# 示例代码
tap.clearStorage()
try {
tap.clearStorageSync()
} catch(e) {
// Do something when catch error
}
以 Promise 风格调用:支持
tap.clearStorage 的同步版本
tap.clearStorage()
try {
tap.clearStorageSync()
} catch(e) {
// Do something when catch error
}