call method

  1. @override
Future<Either<Failure, TaskEntity>> call(
  1. String params
)
override

Implementation

@override
Future<Either<Failure, TaskEntity>> call(String params) async {
  return await repository.getTask(params);
}