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