RepositoryBloc<Event, T, R> constructor
RepositoryBloc<Event, T, R> (
- R repository
Creates a new RepositoryBloc with the given repository
Implementation
RepositoryBloc(R repository) : super() {
initRepository(repository);
}