1. @override
bool hasSync(String key)

Check if a key is stored.

Source

@override
bool hasSync(String key) => window.localStorage.containsKey(key);