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