1. @override
Future<String> get(String key)

Get a key's value.

Source

@override
Future<String> get(String key) async => window.localStorage[key];