Get the stash value for the specified key.
key
@override Future<T?> operator [](String key) { return get(key); }