bind method

void bind(
  1. Repo repository
)

Bind Repository R to this Service.

Implementation

void bind(Repo repository) => _repository = repository;