getBlobChunk_Pre method

Stream<GetBlobChunkResponse> getBlobChunk_Pre(
  1. ServiceCall call,
  2. Future<GetBlobChunkRequest> request
)

Implementation

$async.Stream<$0.GetBlobChunkResponse> getBlobChunk_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.GetBlobChunkRequest> request) async* {
  yield* getBlobChunk(call, await request);
}