observe property

Stream<AbstractNuntius> get observe

Implementation

Stream<AbstractNuntius> get observe async* {
  yield* nunti.stream;
}