Get a key's value.
@override Future<String> get(String key) async => window.localStorage.getItem(key) ?? '';