wasabeef/flutter-architecture-blueprints

How to you guard or guardFuture in case of post or patch call

Adiwin opened this issue · 2 comments

Suppose there is some get call like this

abstract class NewsRepository {
       Future<Result<News>> getNews(int page, String category, String mode)
}
zione commented

how to resolve

I need example too.