Check if a key is stored.
@override Future<bool> has(String key) async => window.localStorage.containsKey(key);