RepositoryBloc<Event, T, R> constructor

RepositoryBloc<Event, T, R>(
  1. R repository
)

Creates a new RepositoryBloc with the given repository

Implementation

RepositoryBloc(R repository) : super() {
  initRepository(repository);
}