call method

  1. @override
Future<Either<Failure, List<Project>>> call(
  1. NoParams params
)
override

Implementation

@override
Future<Either<Failure, List<Project>>> call(NoParams params) async {
  return await repository.getProjects();
}