hasData static method

bool hasData(
  1. String key
)

Implementation

static bool hasData(String key) => _storage.hasData(key);