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