Event<T> constructor
Event<T> ({
- bool sync = false,
Implementation
Event({bool sync = false})
: _streamController = StreamController<T>.broadcast(sync: sync);
Event({bool sync = false})
: _streamController = StreamController<T>.broadcast(sync: sync);