FeatureController<T> constructor

FeatureController<T>(
  1. Completer<T?> completer,
  2. ValueSetter<T?> close
)

Implementation

FeatureController(this.completer, this.close);