ToastedQueue constructor

ToastedQueue()

Implementation

ToastedQueue() {
  eventStream = _toastEventStreamController.stream.asBroadcastStream();
}