Since this is an asynchronous request, it does not directly return a value like that and it isn't possible.
The way to approach this is to have some method which performs any actions you need on the fetched data, instead of attempting to have a return value which will not work.