watchAssignments method

ResponseStream<WatchAssignmentsResponse> watchAssignments(
  1. WatchAssignmentsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseStream<$2.WatchAssignmentsResponse> watchAssignments(
    $2.WatchAssignmentsRequest request,
    {$grpc.CallOptions? options}) {
  return $createStreamingCall(
      _$watchAssignments, $async.Stream.fromIterable([request]),
      options: options);
}