initRepository method

  1. @protected
void initRepository(
  1. R repository
)

Initialize the repository

Implementation

@protected
void initRepository(R repository) {
  _repository = repository;
}