emitPresentation method

  1. @protected
void emitPresentation(
  1. P event
)

Emits a new presentation event.

Implementation

@protected
void emitPresentation(P event) => _presentationStream.add(event);