Bloc<T> constructor

Bloc<T>(
  1. T inject(
    1. Inject i
    ), {
  2. bool singleton = true,
})

Implementation

Bloc(this.inject, {this.singleton = true});