responseEvents property

Stream<ResponseEvent> responseEvents

A broadcast stream of events from the response event.

Implementation

Stream<ResponseEvent> get responseEvents {
  throw UnimplementedError('responseEvents has not been implemented.');
}