BindController<S> constructor

BindController<S>({
  1. required S controller(),
  2. bool autoDispose = true,
})

Implementation

BindController({
  required this.controller,
  this.autoDispose = true,
});