There is a mismatch between the expected return value and and the actual one , you a are expecting it as Future<List> which it is not sub type of the actual returned value which is Future<List>, Try change it and show me the result.