StreamHelper constructor

StreamHelper({
  1. required StreamController controller,
})

Implementation

StreamHelper({required this.controller});