actionStream property

Stream<ServerRequestCall> actionStream

Stream to capture all actions (tap) over notifications

Implementation

Stream<ServerRequestCall> get actionStream {
  return _actionSubject.stream;
}