chunks_Pre method
- ServiceCall call,
- Future<
ChunksRequest> request
Implementation
$async.Stream<$16.ChunksResponse> chunks_Pre($grpc.ServiceCall call, $async.Future<$16.ChunksRequest> request) async* {
yield* chunks(call, await request);
}
$async.Stream<$16.ChunksResponse> chunks_Pre($grpc.ServiceCall call, $async.Future<$16.ChunksRequest> request) async* {
yield* chunks(call, await request);
}