execute method

Future<Either<Failure, String>> execute(
  1. Response response
)

Implementation

Future<Either<Failure, String>> execute(Response response) {
  return repository!.saveResponse(response);
}