watchAssignments_Pre method

Stream<WatchAssignmentsResponse> watchAssignments_Pre(
  1. ServiceCall call,
  2. Future<WatchAssignmentsRequest> request
)

Implementation

$async.Stream<$2.WatchAssignmentsResponse> watchAssignments_Pre(
    $grpc.ServiceCall call,
    $async.Future<$2.WatchAssignmentsRequest> request) async* {
  yield* watchAssignments(call, await request);
}