stream property
Stream<PagifyAsyncCallStatus>
get
stream
Returns the broadcast stream of status changes.
Implementation
Stream<PagifyAsyncCallStatus> get stream => _controller.stream;
Returns the broadcast stream of status changes.
Stream<PagifyAsyncCallStatus> get stream => _controller.stream;