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