Retrieves the value stored under key, or null if absent.
key
null
@override Future<dynamic> get(String key) async => _store[key];