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