init method

Implementation

@override
Stream<String> init(_) async* {
  controller.addListener(onChange);
}