watch method

Implementation

Stream<StreamUploadRequest?> watch() {
  _assertId();
  return TruvideoMediaSdk.streamUploadRequestById(id);
}