hasData static method

bool hasData(
  1. String key
)

是否已保存

Implementation

static bool hasData(String key) {
  return GetStorage().hasData(key);
}