Adiwin opened this issue 4 years ago · 2 comments
Suppose there is some get call like this
abstract class NewsRepository { Future<Result<News>> getNews(int page, String category, String mode) }
how to resolve
I need example too.