Returns true if the key exists.
@override Future<bool> containsKey(String key) async { return _storage.getItem(key) != null; }