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