Controller constructor

Controller({
  1. bool injectSingleton = true,
})

Implementation

Controller({this.injectSingleton = true});