onError method

Stream<FastErrorEvent> onError()

The fast room cause a error.

Implementation

Stream<FastErrorEvent> onError() {
  return _fastEventStreamController.stream.whereType<FastErrorEvent>();
}