Checks if a key exists in storage.
@override Future<bool> has(String key) async { return _box.containsKey(key); }