call method

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

Implementation

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