CoapObserveClientRelation constructor

CoapObserveClientRelation(
  1. CoapRequest _request,
  2. Stream<CoapResponse> _responseStream
)

Construction

Implementation

CoapObserveClientRelation(this._request, this._responseStream);