broadcastStreamController<T> abstract method

StreamController<T> broadcastStreamController<T>({
  1. void onListen()?,
  2. void onCancel()?,
  3. bool sync = false,
})

Implementation

StreamController<T> broadcastStreamController<T>({
  void Function()? onListen,
  void Function()? onCancel,
  bool sync = false,
});