1. @override
String getSync(String key)

Get a key's value.

Source

@override
String getSync(String key) => window.localStorage[key];