getBlob_Pre method

Stream<GetBlobResponse> getBlob_Pre(
  1. ServiceCall call,
  2. Future<GetBlobRequest> request
)

Implementation

$async.Stream<$0.GetBlobResponse> getBlob_Pre(
    $grpc.ServiceCall call, $async.Future<$0.GetBlobRequest> request) async* {
  yield* getBlob(call, await request);
}