StreamControllerFactory<T> typedef
StreamControllerFactory<T> =
StreamController<T> Function()
Creates a stream controller.
Implementation
typedef StreamControllerFactory<T> = StreamController<T> Function();